  
A:HOVER{
  color : fuchsia;
}
A:LINK{
  color : #ff8000;
}
A:VISITED{
  color : olive;
}
H1{
  font-size : 14px;
  height : 0px;
  top : 0px;
  color : #cccc00;
  margin-bottom : 1px;
}
BODY{
  color : white;
}
