}BODY{
  font-family : Arial;
  font-weight : normal;
  color : white;
  background-color :  #780028;
  font-size : medium-small;
  color:white;
}
A{
  color : red;
  text-decoration : none;
}
A:VISITED{
  color: #FF9999;
  text-decoration : none;
}
A:HOVER{
  color: #FF3333;
  text-decoration : underline;
}
A:ACTIVE{
  color: #FF0000;
  text-decoration : none;
}