body { color: #21272b; }
h1 {
  font-size: 350%;
  font-weight: bold;
  font-variant: small-caps;
  font-family: "Arial Rounded MT Bold", Verdana, Tahoma, Arial;
}
h2 {
  font-size: 153.9%;
  font-weight: bold;
  clear: both;
  margin: 0em 0em 0em 0em;
  font-variant: small-caps;
}
h3 { font-weight: bold; }
h3.no-link:hover { text-decoration: none; }
h3:hover { text-decoration: underline; }
div#hd {
  text-align: center;
  margin: 0.5em 0em 0.5em 0em;
}
div#bd div.item {
  margin: 0em;
  padding: 0.5em;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
div#bd div.item ul li { margin: 0.15em 0em 0em 0em; }
div#bd div.item ul.description li:first-child { font-style: italic; }
div#bd div.item ul.description li:first-child span.date {
  float: right;
  font-weight: bold;
  font-style: normal;
}
div#bd div.item ul.honors li {
  display: inline;
  margin: 0em 0.1em 0em 0em;
  line-height: 1.5em;
  border-right: 2px solid #21272b;
  padding: 0em 0.5em 0em 0em;
}
div#bd div.item ul.honors li:last-child { border-right: none; }
div#bd div.item:hover { background: #fffcfb; }
a {
  outline: none;
  color: #21272b;
  text-decoration: none;
}
a:hover { text-decoration: underline; }
