/* CSS definition file containing site wide stylesheets */

A {
	font-size: 10pt;
 	color: rgb(255,102,51);
 	text-decoration: none 
}

A:hover {
	font-family: "Copperplate Gothic Light",  "Times New Roman",  Times,  Serif,  sans-serif;
 	font-size: 10pt;
 	color: rgb(255,255,255);
 	text-decoration: none 
}