body {
  background: #FFFFFF;
  font-family: Arial, sans serif;
}

em	{
	color: rgb(214, 75, 0);
	font-weight: bold;
	font-style: normal;
}

div#menu	{
	position: absolute;
	top: 0px;
	left: 0px;
	font-weight: bold;
	width: 12em;
	background-image: url(images/tomatoes.jpg);
	padding: 1em;
	padding-bottom: 20em;
}

.link a {
  width: 10em;
  display: block;
  background: rgb(57, 97, 8);
  color: rgb(225, 198, 95);
  text-decoration: none;
  border-bottom: 1px solid rgb(46, 51, 41);
  border-left: 1px solid rgb(46, 51, 41);
  border-right: 1px solid rgb(46, 51, 41);
  padding:  0.3em;
}

.link a:visited {
  width: 10em;
  display: block;
  background: rgb(84, 97, 68);
  color: rgb(225, 211, 158);
  text-decoration: none;
  padding:  0.3em;

}

.link a:hover {
  font-size: 1em;
  background: rgb(225, 198, 95);
  color: black;
  padding:  0.3em;
}

.linkm a {
  width: 10em;
  display: block;
  background: rgb(214, 75, 0);
  color: rgb(225, 198, 95);
  text-decoration: none;
  border-bottom: 1px solid rgb(46, 51, 41);
  border-left: 1px solid rgb(46, 51, 41);
  border-right: 1px solid rgb(46, 51, 41);
  padding:  0.3em;
}

.linkm a:visited {
  width: 10em;
  display: block;
  background: rgb(76, 58, 47);
  color: rgb(225, 211, 158);
  text-decoration: none;
  padding:  0.3em;

}

.linkm a:hover {
  font-size: 1em;
  background: rgb(225, 198, 95);
  color: black;
  padding:  0.3em;
}

div.text	{
	margin-left: 15em;
}

.text p {
  font-color: black;
  margin-right: 15em;
}

.text a:visited {
  color: rgb(57, 97, 8);
}

.text ul {
  margin-left: 0;
}

.text li {
  margin-left: 1em;
  margin-right: 15em;
}

.text h1 {
  font-size: 20pt;
  color: rgb(214, 75, 0);
}

.text h2 {
  font-size: 13pt;
  color: rgb(57, 97, 8);
  text-align: left;
}

.text h3 {
  font-size: 12pt;
  font-color: black;
  text-align: left;
}

.text h4 {
  font-size: 12pt;
  color: red;
  text-align: left;
}

.text img {
  float: left;
  padding: 0.2em;
  margin-left: 0em;
}

.text img.rightal {
  float: right;
  position: relative;
  margin: 0em;
  border: none;
}

.text td {
  border: none;
  background: rgb(225, 198, 95);
  font-weight: bold;
  font-size: 1em;
  padding: 0.5em;
}

.text td.alt {
  border: none;
  padding: 1em;
}

img	{
	border: none;
	}

img.edr	{
	float: right;
}

img.ed	{
}

p.note	{
	font-style: italic;
	font-size: smaller;
	}
	
table.season{
  border-collapse: collapse;
}

table.season td {
  border: none;
  background: rgb(255, 255, 255);
  padding: 0em;
  margin: 0px;
  border-bottom: 1px solid rgb(204, 204, 204);
}

table.season th {
  padding: 1em;
  background-color: rgb(225, 198, 95);
	margin: 0px;
	border-right: 1px solid white;
}

table.season th.currentMonth {
  background-color: rgb(214, 75, 0);
}

table.season td.av {
  border: none;
  background: rgb(57, 97, 8);
}

table.season td.avl {
  border: none;
  background-image: url(graphics/late.gif);
  background-repeat: repeat-y;
  background-position: right;
}

table.season td.ave {
  border: none;
  background-image: url(graphics/early.gif);
  background-repeat: repeat-y;
  background-position: left;
}

table.season td.avs {
  border: none;
  background: rgb(139, 153, 122);
}

#sa img {
  position: relative;
  float: right;
  height: 6em;
  width: 6em;
}

#footer p {
  font-color: rgb(225, 198, 95);
  color: rgb(225, 198, 95);
	font-style: italic;
	font-size: smaller;
}
