
body { 
  font: 12pt arial; 
  color: rgb(255, 255, 255); 
  background: rgb(0, 0, 0);
}

a:link { 
  font-weight: bold; 
  text-decoration: none; 
  color: #ffff00
}

a:visited { 
  font-weight: bold; 
  text-decoration: none; 
  color: #ffff00;
}

a:hover, a:active { 
  text-decoration: underline; 
  color: #9685BA;
}


/* specific divs */


#content{
  margin-left: 0px; 
  
}

#header{ 
  margin-top: 3px;
 
}

#footer{
 
}

