<!--

 a.nav:link {
  font-size:14px;
  font-weight:bold;
  font-family: Verdana;
  text-decoration:none;
  border-style:solid;
  border-color:#687B8C;
  border-width:0px;
  background-color:#687B8C;
  width:100%; 
  color:white;
  }
  a.nav:visited 
  {
  font-size:14px;
  font-weight:bold;
  font-family: Verdana;
  text-decoration:none;
  border-style:solid;
  border-color:#687B8C;
  border-width:0px;
  background-color:#687B8C;
  width:100%; 
  color:white;
  }
  a.nav:active 
  {
  font-size:14px;
  font-weight:bold;
  font-family: Verdana;
  text-decoration:none;
  border-style:solid;
  border-color:#687B8C;
  border-width:0px;
  background-color:#687B8C;
  width:100%;
  color:navy;
  }
  a.nav:hover 
  {
  font-size:14px;
  font-weight:bold;
  font-family: Verdana;
  text-decoration:none;
  border-style:solid;
  border-color:#415369;
  border-width:0px;
  background-color: #415369;
  width:100%; 
  color:#D1DADE;
 }
-->