.enterbody
{
    color:#FFF;
    background-color: black !important; 
    text-align:center;
    line-height:150%;
    
}

/********************
  Hyperlinks
********************/
A { 
    font-weight: bold; 
    color: #fff; 
    font-family: verdana, arial, sans-serif; 
    text-decoration: none;
}  

A:link { 
     color: #fff;
     text-decoration: none; 
}  

A:visited { 
    color: #fff; 
    text-decoration: none; 
}  

A:active { 	
    color: #fff;  
}  

A:hover { 
    color: #ccc;  
}  
