.blue h1, .blue h2 {
  color: #4D7194;
}

.blue .sectionlinks {
  background-color: #003366;
  color: white;
  color: #FFFECE;
}

* .blue .header {
  background-color: #003366;
}

.blue .sectionlinks a:link    { color: #CCCCCC; text-decoration: none; }
.blue .sectionlinks a:visited { color: #CCCCCC; text-decoration: none; }
.blue .sectionlinks a:focus   { color: #ffffff; text-decoration: underline; }
.blue .sectionlinks a:hover   { color: #ffffff; text-decoration: underline; background-color: #2E5882; }
.blue .sectionlinks a:active  { color: #ffffff; text-decoration: none; }

.blue ul.bulleted {
}

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