.nav {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
a {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
body {
	color: #FFFFFF;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.content {
	border: thin solid #333333;
	font-size: 14px;
}
.navtable {
	border: thin solid #FFFFFF;
}
h2 {
	font-size: 17px;
}
dd {
	padding-bottom: 4px;
	font-weight: normal;
}
dt {
	color: #E8E8E8;
	font-weight: bold;
}
