/* CSS definition file containing site wide stylesheets */

A:active {
	text-decoration: none 
}

A:link {
	color: rgb(51,102,0);
 	text-decoration: none 
}

A:visited {
	color: rgb(51,102,0);
 	text-decoration: none 
}

A {
	font-family: "Courier New",  "Lucida Console",  Courier,  Monaco,  Monospace
}

A:hover {
	text-transform: none;
 	color: rgb(0,204,0);
 	font-weight: bold;
 	text-decoration: none ;
 	font-variant: normal;
 	background-color: transparent
}