 
BODY{
  background-repeat : repeat-x;
  background-color : #ffffff;
  
}
HR{
  height : 1px;
  color : #990000;
}
A:link{
  color : #d00030;
}
A:VISITED{
  color : purple;
}
A:ACTIVE{
  color : #cc9999;
}
