
html, body 
{
        margin: 0 auto;
        padding: 0;
	text-align: center;
	font: xx-small Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#000000;
	height: 100%;
        margin-bottom: 1px;

} 
 

A:link {text-decoration: none; color: #000000;}
A:visited {text-decoration: none; color: #000000;}
A:active {text-decoration: none; color: #FFFFFF;}
A:hover {text-decoration: underline; color: #FFFFFF;}