.rust h1, .rust h2 {
  color: #810A10;
}

.rust .header {
  background-color: #C08588;
}

.rust .sectionlinks {
  background-color: #810A10;
  color: white;
}

.rust .sectionlinks a:link    { color: #E7D1A9; text-decoration: none; }
.rust .sectionlinks a:visited { color: #E7D1A9; text-decoration: none; }
.rust .sectionlinks a:focus   { color: #ffffff; text-decoration: underline; }
.rust .sectionlinks a:hover   { color: #ffffff; text-decoration: underline; background-color: #97363B; }
.rust .sectionlinks a:active  { color: #ffffff; text-decoration: none; }

.rust ul.bulleted {
}

.rust ul.bulleted li {
  background: url(../img/squiggle-rust.gif) no-repeat 0% 0.6em;
}