/* CSS definition file containing site wide stylesheets */

P {
	color: rgb(0,0,102)
}

A:hover {
	text-decoration: underline;
 	background-color: rgb(255,255,204)
}
