body {  
 font-size: 12px; 
 font-family: verdana,trebuchet,sans-serif;
 background-color: #000000;
}

a:link { 
 color: #ffffff; 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: underline; 
}

a:visited { 
 color: #ffffff; 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: underline; 
}

a:active { 
 color: #ffffff; 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: underline; 
}

a:hover { 
 color: #ffffff; 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: none; 
}

/*--- BOX INDEX ---*/
#box_index {
 float: center;
 font: 12px verdana,trebuchet,sans-serif;
 padding-right: 10px;
 padding-left: 10px;
 padding-top: 10px;
 padding-bottom: 10px;
 text-align: center;
 color: #ffffff;
}