/* CSS definition file containing site wide stylesheets */

BODY {
	color: rgb(255,255,255);
 	font-weight: normal;
 	font-style: normal
}

P {
	font-family: "Microsoft Sans Serif",  sans-serif;
 	font-size: x-small;
 	color: rgb(0,0,204);
 	line-height: 90%;
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	border-left-style: none;
 	margin-top: 5pt;
 	border-top-style: none;
 	border-right-style: none;
 	margin-bottom: 1pt;
 	border-bottom-style: none
}
