body {
	background-color: #000000;
	color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

a {
	color:#33CCFF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0099FF;
	font-size: 36px;
	background-position: center;
	text-align:center;
}
h2 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	color: #88CFFF;
	margin-left: -10px;
	border-top: 2px solid #88CFFF;
	border-right: 2px #88CFFF;
	border-bottom: 2px #88CFFF;
	border-left: 2px #88CFFF;
	padding-top: 10px;
	padding-bottom: 30px;
}
h3 {
	text-decoration: underline;
	font-size: 14px;
	color: #33FF00;
}
li b {
	color: #FF99FF;
}
li {
	margin-top: 2px;
	margin-bottom: 2px;
}
tr.topLine td {
	border-top: 1px solid #666;
}

strong {
	color:#FFFF00;
}
