body { 
 background: #000000;
 background-repeat: no-repeat;
 margin: auto;
 padding: 0;
 text-align: center;
}   

A:link {text-decoration: none; color: #000000;}
A:visited {text-decoration: none; color: #000000;}
A:active {text-decoration: none; color: #000000;}
A:hover {text-decoration: none; font-weight:bold; color: #FABF20;}

#divMain
{
 background: #000000;
 background-repeat: no-repeat;
 font: 12px Courier New, Times New Roman;
 color: #707070;
 margin: 0;
 padding: 5%;
 text-align: right;
 width: 800;
}   
