BODY{
  color : #e0e0e0;
  background-color : #000000;
}
A:LINK{
  color : #8080ff;
  text-decoration : none;
}
A:VISITED{
  color : #8080ff;
  text-decoration : none;
}
A:HOVER{
  color : red;
  text-decoration : underline;
}
A:ACTIVE{
  color : red;
  text-decoration : underline;
}
