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