/* CSS definition file containing site wide stylesheets */

A:active {
	color: rgb(204,0,0);
 	text-decoration: none 
}

P {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 11pt;
 	font-weight: normal;
 	font-style: normal
}

A {
	color: rgb(5,5,125);
 	text-decoration: none 
}

A:hover {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 12pt;
 	color: rgb(204,0,0);
 	font-weight: normal;
 	text-decoration: none ;
	font-style : normal
}
