
h1 {
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: normal;
  color: #ff9933;
}
h1 b {
  font-weight: normal;
  color: #99cc99;
}
.logo {
  background: url("logo_designdev.jpg") 0 0 no-repeat;
}
p.results {
  padding: 0 0 2px 0;
  font-size: 11px;
}
p.results b.title { color: #ff9933; }
p.results b a:link {
  color: #ff9933;
  text-decoration: none;
}
p.results b a:visited {
  color: #ff9933;
  text-decoration: none;
}
p.results b a:hover {
  color: #ff9933;
  text-decoration: underline;
}
.url { color: #99cc99; }

#navcontainer a { color: #ff9933; }
#navcontainer li li a  { color: #99cc99; }


