body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 12px;
	text-align: center;
	background-color: black;
}

a:link, a:visited, a:hover, a:active {
	color: #009900;
	text-decoration: underline;
	font: larger Arial;
} 
a:hover {
	text-decoration: none;
}


