.green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #00CC33;
}
.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;


}
a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000066;
	font-weight: bold;




}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #990000;
	font-weight: bold;

}
