/* CSS definition file containing site wide stylesheets */

A:active {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: x-small;
 	color: rgb(255,51,102)
}

A:link {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: x-small;
 	color: rgb(0,102,153)
}

A:visited {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: x-small;
 	color: rgb(153,204,204)
}

P {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: x-small;
 	color: rgb(0,51,102)
}

A {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: x-small;
 	color: rgb(0,102,153)
}

A:hover {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: x-small;
 	color: rgb(102,153,102)
}