/* CSS definition file containing site wide stylesheets */

A:active {
	color: rgb(113,28,27);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

A:link {
	color: rgb(113,28,27);
 	text-decoration: none 
}

UL {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 11px;
 	color: rgb(68,68,68);
 	list-style-type: square
}

A:visited {
	color: rgb(113,28,27);
 	text-decoration: none 
}

P {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 12px;
 	color: rgb(68,68,68)
}

A {
	color: rgb(113,28,27);
 	text-decoration: none 
}

A:hover {
	color: rgb(253,211,78);
 	text-decoration: none 
}