/* CSS definition file containing site wide stylesheets */

A:visited {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	color: rgb(0,51,0);
 	font-weight: bold;
 	text-decoration: none 
}

A {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	color: rgb(0,51,0);
 	font-weight: bold;
 	text-decoration: none 
}

A:hover {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	color: rgb(216,57,29);
 	font-weight: bold;
 	text-decoration: underline
}
