 
BODY{
  color : #ffffff;
  
  
  background-color : #000000;
}
A{
  color : #ffffff;
  text-decoration : none;
}
A:VISITED{
  color : #ffffff;
  text-decoration : none;
}
A:HOVER{
  color : #00ff00;
  text-decoration : none;
}
A:ACTIVE{
  color : #00ff00;
  text-decoration : none;
}
