/* CSS definition file containing site wide stylesheets */

A:link {
	color: rgb(255,153,0);
 	text-decoration: none 
}

P {
	font-family: "Trebuchet MS",  Tahoma,  Verdana,  Arial,  Helvetica,  Sans-serif;
 	font-size: x-small
}

A {
	color: rgb(78,126,226);
 	text-decoration: none 
}

A:hover {
	color: rgb(255,153,0);
 	text-decoration: underline overline
}