a:visited 
{
  color: #990000;
}	

.lftNav {
  color: white;
  font-size: 11px;
  font-weight: bold;
}

.lftNav a:link {
  color: white;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

.lftNav a:visited {
  color: white;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

.lftNav a:hover {
  color: white;
  text-decoration: underline;
}

.lftNav a:active {
  color: white;
  text-decoration: underline;
}

.searchScope {
  background: #990000;
  color: white;
  font-size: 10px;
}

.header {
  color: black;
  font-family: arial, verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.textsmall {
  color: black;
  font-family: arial, verdana, sans-serif;
  font-size: 10px;
}

