 
TD{
  font-size : x-small;
  font-family : sans-serif;
  color : gray;
}
H1{
  font-family : monospace;
  color : white;
  text-decoration : underline;
  background-color : #ff8080;
}
H2{
  font-family : monospace;
  color : #ff8080;
  font-size : x-small;
}
H3{
  font-family : monospace;
  color : #ff8080;
  font-size : xx-small;
}
A:HOVER{
  position : relative;
  top : 1px;
  left : 1px;
}
A { text-decoration: none; 
  color : #666666;
} 