A {
  color: #d0d0d0;
  text-decoration: none;
  line-height: 30px;
  letter-spacing: 1px;
}
A:VISITED {
  color: #d0d0d0;
}
A:HOVER {
  color: white;
  font-style: normal;
}
A:ACTIVE {
  color: yellow;
}
TD {
  text-align: center;
  line-height: 24px;
}
BODY {
  background-color: black;
  color: silver;
  text-align: center;
}
H2 {
  font-size: 22px;
}
H1 {
  font-size: 22px;
}
IMG{
  line-height : 30px;
}
