/* CSS definition file containing site wide stylesheets */

P {
	text-transform: none;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	font-variant: normal;
 	text-indent: 0pt;
 	clear: none;
 	margin: 0pt
}

A {
	color: rgb(166,202,240)
}