/* AUTHOR: Jerry Meader */
/* Creation date: 8/4/2007 */
body {
  font-family: verdana;
  font-size: 16px;
}

a,a:link,a:visited {
  color: 0000FF;
  text-decoration: none;
}

a:hover {
  color: green;
  text-decoration: none;
}

