a {
 
 color: #CC0000;
 text-decoration:none;
} 
 
a:hover {
 color: #CC0000; 
 text-decoration:underline;
}

.yellowlink a {
 
 color: #DBD5B5;
 text-decoration:none;
} 
 
.yellowlink a:hover {
 color: #DBD5B5; 
 text-decoration:underline;
}

.green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #5D5900;
}

.green8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #5D5900;
}

.brown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #7C4517;
}

.yellow8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #DBD5B5;
}