body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCCCCC;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/pageback.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
h1,h2 {
	font-size: 20px;
	font-weight: bold;
	color: #FF6600;
}
	
a:link {
	color: #FF0000;
	font-weight: bold;
}
a:hover {
	color: #FFFF00;
}
a.nav:link {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	margin: 0 8px;
}
a.nav:hover {
	color: #FFFF00;
	text-decoration: underline;
}
a.bottom:link {
	color: #FF0000;
	font-weight: bold;
	margin: 0 8px;
}
a.bottom:hover {
	color: #FFFF00;
}

