/* CSS definition file containing site wide stylesheets */

A:active {
	color: rgb(29,24,74);
 	text-decoration: none ;
 	background-color: rgb(225,144,26)
}

P {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif
}

A {
	color: rgb(29,24,74);
 	font-weight: bold;
 	text-decoration: none ;
 	background-color: rgb(255,255,255)
}

A:hover {
	color: rgb(29,24,74);
 	text-decoration: underline;
 	background-color: rgb(255,255,255)
}