body {
	background-color: #000000;
	color: #BBBBBB;
	font-smoothe: never;
	font-family: "Courier New", monospace, sans-serif;
}

#content {
	margin-top:10px;
	border-width: 0px;
	border-style: solid;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:auto;
	text-align:center;
	font-size: 14pt;
}

#footer {
	margin-bottom:10px;
	float: bottom;
	border-width: 0px;
	border-style: solid;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	font-size: 10pt;
	color: #333333;
}

#content img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 32%;

}

#content a {
	text-decoration: none;
	color: #DDDDDD;
}

#content a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

#content ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
}

#content a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer a {
	text-decoration: none;
	color: #555555;
}

#footer a:visited {
	color: #444444;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #777777;
}


