/* CSS definition file containing site wide stylesheets */

BODY {
	font-size: 10px;
 	background-color: rgb(0,0,0)
}

.listingheader {
	color: rgb(90,113,36);
 	font-weight: bold
}

H1 {
	font-size: 20px;
 	color: rgb(90,113,36);
 	text-align: center
}

H2 {
	font-size: 16px;
 	color: rgb(90,113,36);
 	text-align: center
}

P {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
 	font-size: 12px
}

H3 {
	font-size: 16px;
 	color: rgb(90,113,36);
 	text-align: center
}

LI {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
 	font-size: 12px
}
