a:link {
  text-decoration: none;
  color: #369; 
  }
a:visited {
  text-decoration: none;
  color: #369; 
  }
a:hover {
  text-decoration: underline;
  color: #39f;
  }
a:active {
  text-decoration: none;
  color: #9cf; 
  }
a.current:link      { color: #191970; text-decoration: none }
a.current:visited      { color: #191970; text-decoration: none }
a.current:hover    { color: #6495ed; text-decoration: underline }
a.current:active    { color: #789; text-decoration: none }
body { color: black; font-size: 12pt; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: white; }
