body {
	margin: 0px ;
	padding: 0px;
	background-color: #000000;
	font-family: Verdana,Arial;
	font-size: 12px;
	font-weight: normal;
	color: #addfad;
	line-height: 20px;
	}
	
h1 {
	text-align: center;
	padding: 0px;
	background-color: #000000;
	font-family: Georgia,Verdana,Arial;
	font-size: 24px;
	font-weight: bold;
	color: #7F180D;
	line-height: 20px;
	margin-bottom: 30px;
	}
	
#menu {
	text-align: center;
	margin: 10px;
	}

p {
	font-size: 11px;
	}

table, tr, td {
	font-size: 11px;
}

a:link,
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	}
a:hover,
a:active {
	color: #FFFFFF;
	}

#bottom {
	margin-right: -20px;
}