body {background-color: #CCCCCC; background-image: url(/i/background.gif); background-repeat: repeat-y;}

#nav{
  font-size: .78em;
  font-weight: bold;
  line-height: 2;
  margin-left: 0px;
  padding-left: 10px;
  list-style-type: none;
}

#nav a {
  text-decoration: none;
  color: #000000;
}

#nav a:visited {
  text-decoration: none;
  color: #000000;
}

#nav a:hover {
  text-decoration: none;
  color: #527996;
}

