A:HOVER{
  background-color : #a33fff;
  text-decoration : none;
}
A:LINK{
  color : #f4fb9f;
  text-decoration : none;
}
A:VISITED{
  color : #fdffbd;
  text-decoration : none;
}
A:ACTIVE{
  color : #fdffbd;
  text-decoration : none;
}
BODY{
  background-color : black;
  color : white;
}
A.normal{
  text-decoration : underline;
}
P{
  color : #f2b015;
}

