

.nav
  {
  font-family: Arial, sans-serif ;
  font-size: 11px ;
  font-weight: normal ;
  color: #ffffcc ;
  }
.nav a:link
  {
  color: #ffffcc ;
  text-decoration: none ;
  }

.nav a:visited
  {
  color: #ffffcc ;
  text-decoration: none ;
  }
  
.nav a:active
  {
  color: #ffffcc ;
  text-decoration: none ;
  }

