body { background-color: black; }

h1
{
	color: black;
	font-family: "Courier", Courier, serif;
	font-size: 14pt;
	line-height: 18pt;
	font-weight: normal;
}

p
{
	color: black;
	font-family: "Courier", Courier, serif;
	font-size: 12pt;
	line-height: 14pt;
	font-weight: normal;
	text-align: justify;
}

li
{
	color: black;
	font-family: "Courier", Courier, serif;
	font-size: 12pt;
	line-height: 14pt;
	font-weight: normal;
}

#header
{
	top: 20;
	left: 150;
}

#main
{
	color: black;
	font-family: "Courier", Courier, serif;
	font-size: 12pt;
	line-height: 14pt;
	width: 80%;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #999;
	padding-top: 15px;
	padding-bottom: 20px;
	margin-left: 75px;
	margin-right: 75px;
}

#footer
{
	line-height: 20px;
	width: 80%;
	height: 20px;
	background-color: #CCC;
	color: #333;
	font-family: "Optima", Optima, sans-serif;
	font-size: 10pt;
	text-align: right;
	padding-left: 30px;
	padding-right: 30px;	
	margin-top: 10px;
	margin-left: 75px;
	margin-right: 75px;
	
}


