body{
	margin: 0px;
	background: #000000;
	color: #FFFFFF;
	font-family: verdana, arial, helvetica, sans-serif;
}
p, li{
	font-size: 10pt;
}
b{
	color: #CCCC33;
}
a{
	color: #CCCC33;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#menu{
	margin-top: 10px;
}
.credit{
	font-size: 8pt;
	text-align: center;
	margin: 10px;
}