body {
	background-color: #1B1B1B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.warning {
	font-weight: bold;
	color: #FF6666;
	font-size: 1.2em;
}

#header {
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 10px;
}

#header .nav {
	font-weight: normal;
	font-size: .5em;
}

table {
	background-color: #DDDDDD;
	color: #000000;
}

table a:link, table a:visited {
	color: #000088;
	text-decoration: underline;
}

table a:hover, table a:active {
	color: #0000FF;
	text-decoration: none;
}

a:link, a:visited {
	color: #8888FF;
	text-decoration: underline;
}

a:hover, a:active {
	color: #AAAAFF;
	text-decoration: none;
}
