BODY {
	background-color : White;
	border : 0;
	font family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin : 0;
	padding : 0;
	color : #336633;
}

.top {
	border : 0;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : medium;
	font-style : italic;
	font-variant : normal;
	font-weight : bold;
	color : #FFFFFF;
	margin : 0;
	padding : 0;
	text-transform : capitalize;
}

.bottom {
	border : 0;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : #669966;
	margin : 0;
	padding : 0;
	text-transform : capitalize;
}

.plantlist {
	border : 0;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : #669966;
	margin : 0;
	padding : 0;
	text-transform : none;
}

.redlink {
	color : #cc3333;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : smaller;
}

A.classLow:link {
  layer-background-color: black;
  /* required to make the element scriptable */
  position: relative;
  /* add other styles here e.g. */
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-family: sans-serif;
  }

A.classLow:hover {
	background: 99CC99;
	color: 336633;
	text-decoration: none;
	font-size: 18px;
	font-family: "Antique Olive", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
}

.GreenLinks
{	Text-Decoration: none;
    FONT-SIZE: medium;
    COLOR: green
    
}

.GreenLinks:hover
{
    FONT-SIZE: medium;
    COLOR: green;
    TEXT-DECORATION: underline
}

.WhiteLinks
{	Text-Decoration: none;
    FONT-SIZE: medium;
    COLOR: white
    
}

.WhiteLinks:hover
{
    FONT-SIZE: medium;
    COLOR: white;
    TEXT-DECORATION: underline
}