
TD {
  font-family: Arial;
}

H1 {
  font-family: Arial;
}

H2 {
  font-family: Verdana;
}

H3 {
  font-family: Verdana;
}

BODY {
  font-family: Arial;
}

A {
  color: red;
}

A:hover {
  color: blue;
}

A:visited {
  color: #330099;
}

A.blue {
  color: #FFFFFF;
  text-decoration: none;
}

A.blue:hover {
  color: silver;
}

A.blue:visited {
  color: yellow;
}

