a:link { color: rgb(204,204,204); text-decoration:none }
a:visited { color: rgb(204,204,204); text-decoration:none }
a:active { color: rgb(204,204,204); text-decoration:none }
a:hover { color: rgb(153,153,153); text-decoration:none }


body#set {
    margin: 0px; 
    padding: 0px;
    background-color:rgb(00,00,00);
    font: normal 10px MS Sans Serif,Lucida Console,Verdana;
    color: rgb(255,255,255);
    text-align:center; 
}

div#content{   
   position: absolute;
   width: 850px;
   height: 625px;
   text-align:center;
   left:50%;
   top:10%;
   margin-left:-425px;
}

.first { 
    font-family:Courier New,Georgia;	
    font-size:11px;
    color: rgb(00,00,00); 
}

.header { 
    font-family:Courier New,Georgia;	
    font-size:20px;
    color: rgb(00,00,00); 
    font-weight:bold;
}

.copy { 
    font-family:Courier New,Georgia;
    font-size:11px;
    color: rgb(00,00,00); 
}

