a:link       { font-style: normal; font-variant: normal; font-weight: normal; 
               text-decoration: underline; color: #003399 }
a:visited    { font-style: normal; font-variant: normal; font-weight: normal; 
               text-decoration: underline; color: #003399  }
a:active     { font-style: normal; font-variant: normal; font-weight: normal; 
               text-decoration: none; color: #003399 }
a:hover      { font-style: normal; font-variant: normal; font-weight: normal; color: #003399; 
               background-color: #FFCC00}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #003399;
}
.labelyellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FFCC00;
}

