/* CSS definition file containing site wide stylesheets */

BODY {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-small
}

UL {
	color: rgb(153,204,0)
}

H1 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: medium;
 	color: rgb(255,204,0);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

H2 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: small;
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

P {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-small;
 	color: rgb(255,255,255)
}

LI {
	color: rgb(153,204,0)
}