FONT {
  FONT-FAMILY: cursive;
}
STRONG {
  FONT-FAMILY: cursive;
}
H1 {
  FONT-FAMILY: cursive;
}
A {
  COLOR: #000088;
  FONT-FAMILY: sans-serif;
  text-decoration: none;
}
A:active {
  COLOR: #FF0000;
  text-decoration: none;
}
A:visited {
  COLOR: #003377;
  text-decoration: none;
}
A:hover {
  COLOR: #FF0000;
  text-decoration: none;
}

