/* CSS Document */
a.topnav:link, a.topnav:visited {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
  color: #06f;
  font-weight: bold;
  text-decoration: none;
}
a.topnav:hover {
  color: #009;
}

