a {
 color: white;
 text-decoration:none;
}

a:visited {
 color: mediumaquamarine;
}

a:hover {
  font-weight:bold;
  color:#FF0000;
  text-decoration:overline underline;
  filter:Glow(color=yellow, strength=12);
  }

body { background-color:#0000BF; color:#FFFFFF; font-family:Verdana,Arial; }

hr {
 height: 1px;
 color: white;
}
