a:hover {
 color: #00A0FF;
 font-weight: bold;
  font-size: 8pt;
 text-decoration:none;
}

a:link {
 color: #000060;
 font-size: 8pt;
 font-weight: bold;
 text-decoration:none;
}

a:visited {
 color: #000060;
  font-size: 8pt;
 font-weight: bold;
 text-decoration:none;
 }

a:visited:hover {
 color: #00A0FF;
  font-size: 8pt;
 font-weight: bold;
 text-decoration:none;
 }

body {
 font-family: Verdana;
 font-size: 8pt;
 text-align: left;
 color: #000060;
 }

