a:link       { font-style: normal; font-variant: normal; font-weight: normal; 
               text-decoration: underline; color: #006600 }
a:visited    { font-style: normal; font-variant: normal; font-weight: normal; 
               text-decoration: underline; color: #006600  }
a:active     { font-style: normal; font-variant: normal; font-weight: normal; 
               text-decoration: none; color: #009900 }
a:hover      { font-style: normal; font-variant: normal; font-weight: normal; color: #006600; 
               background-color: CCFFCC}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.greenbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: 024724;
}
