/* CSS definition file containing site wide stylesheets */

A:visited {
	color: rgb(0,51,153)
}

A {
	color: rgb(0,51,153);
 	text-decoration: none 
}

A:hover {
	color: rgb(255,0,0)
}