/* CSS definition file containing site wide stylesheets */

A:active {
	color: rgb(0,127,0);
 	text-decoration: none 
}

A:visited {
	color: rgb(0,127,0);
 	text-decoration: none ;
 	background-color: rgb(255,255,255)
}

A:hover {
	text-decoration: none 
}