/* CSS definition file containing site wide stylesheets */

A:active {
	color: rgb(255,255,255)
}

A:link {
	color: rgb(255,255,255)
}

A:visited {
	color: rgb(255,255,255);
 	text-decoration: none 
}

P {
	font-family: Georgia,  Palatino,  "Times New Roman",  Times,  Serif;
 	font-size: 10pt;
 	color: rgb(255,255,255)
}

LI {
	font-family: Georgia,  Palatino,  "Times New Roman",  Times,  Serif;
 	font-size: 10pt;
 	color: rgb(255,255,255)
}

A {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 10pt;
 	color: rgb(255,255,255);
 	text-decoration: none 
}

A:hover {
	color: rgb(255,204,102);
 	font-weight: normal;
 	font-style: normal;
 	background-color: rgb(177,176,152)
}