a
{
 
color: #DAA520;
 
text-decoration: none;

}


a:hover
{
 
color: #FFD700;

}


body
{

 font: 12px tahoma;
 
color: #cccccc;

}


.container
{
 
text-align: center;

 font: 15px Tahoma;

border: 1px dashed #666666;
 
background-color: #000000;
 
padding: 3px;

}


#table
{
 
width: 500px;

 border-spacing: 4px;
font: 12px Tahoma;
color: #FFFFFF;
}