div.header-block {
    margin-bottom: 25px;
    padding: .2in;
    margin-top: .15in;
    margin-right: .1in;
    margin-left: .1in;
    border: #999 solid 1px;
    background: #f8f8f8;
    display: block;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    vertical-align: top;
}

div.subpage-title {
    padding-bottom: 0.5em;
    font-size: 175%;
    font-weight: bold;
    color: #009;
}

div.year-block {
    padding: .2in;
    margin-top: .15in;
    margin-right: .1in;
    margin-left: .1in;
    border: #999 solid 1px;
    background: #f8f8f8;
    nodisplay: inline-block;
    display: block;
    nowidth: 9in;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    vertical-align: top;
}

div.year-block div.year-hdr {
    font-size: .2in;
    font-weight: bold;
    display: block;
    margin-bottom: .1in;
    color: #009;
}

div.year-block p {
    margin-top: .5em;
    margin-bottom: .5em;
}

span.title {
  font-weight: bold;
}

span.author {
  font-weight: normal;
}

span.biblio {
  font-style: italic;
}

span.variant {
    font-style: italic;
    font-size: smaller;
    text-transform: uppercase;
}

span.variant2 {
    font-style: italic;
    font-size: smaller;
    text-transform: uppercase;
}

