 
BODY{
  font-size : 100%;
  font-family : Arial;
  color : black;
  font-weight : normal;
}
A:LINK{
  color : blue;
}
A:ACTIVE{
  color : blue;
}
A:VISITED{
  color : maroon;
}
H1{
  font-size : 125%;
  font-family : Arial;
  color : green;
  font-weight : bold;
}
H2{
  font-size : 110%;
  font-family : Arial;
}
H3{
  font-size : 100%;
  font-weight : bold;
  font-family : Arial;
}
TABLE{
  font-size : 100%;
  font-family : Arial;
}
TH{
  color : white;
  background-color : teal;
}