* {
	margin: 0;
	border: 0;
	padding: 0;
}

a:link {
	color: #66CC33;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #690;
}
a:hover {
	text-decoration: underline;
	color: #6c3;
}
a:active {
	text-decoration: none;
	color: #660;
}
body,td,th {
	font: 12px/16px Georgia, "Times New Roman", Times, serif;
	color: #fff;
}
body {
	background-color: #000;
	background-image: url(/images/backdrop4.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#container {
	width: 460px;
	margin-left: 20px;
}

h1 {
	display: none;
}
h3 {
	font: 16px/20px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
}
.header {
	margin: 0px 10px 5px 10px;
}
.mainContent {
	margin: 0 20px 0 20px;
}
p {
	margin-bottom: 10px;
	text-indent: 20px;
	color: #CCC;
}
ul {
	padding-left: 25px;
}
