/* CSS Document */
html {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table, img {border: none;}

p {color: #ffffff;}

#nav a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#nav a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

#nav a: visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#footer {padding: 15px;}
.white {color: #ffffff;}
.padding {padding: 15px;}
.bold {font-weight: bold;}
.border {border: 1px}