/* CSS definition file containing site wide stylesheets */

H1 {
	font-size: xx-large
}

P {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: small;
 	color: rgb(255,255,255);
 	font-weight: normal;
 	font-style: normal;
 	text-align: justify;
 	clear: both;
 	background-color: transparent
}