body {
     margin-top: 0em;
     /*margin-top: 4em;*/
     text-align: center;
}

h1 {
     font-variant: small-caps;
     font-size: 48pt;
     font-weight: bold;
     border-bottom: solid 1px red;
     margin-bottom: 0.75em;
}

h2 {
     font-variant: small-caps;
     margin-bottom: 2em;
}

span.rr {
     background-color: black;
     color: whitesmoke;
     font-weight: normal;
     font-size: 85%;
     padding-top: 0;
     padding-left: 0.3em;
     padding-bottom: 0.1em;
     padding-right: 0.3em;
}

span.r1 {
    font-variant: small-caps;
    font-weight: bold;
    border-bottom: solid 1px red;
}

span.r2 {
    font-variant: small-caps;
    font-weight: normal;
    font-size: 125%;
    border-bottom: solid 1px red;
}

img {
    border: 0;
    max-width: 100%;
    /*display: block;*/
}

ul {
    list-style-type: none;
    padding-left: 0;
    font-size: small;
}

ul li {
    font-size: x-large;
}

noscript p {
    padding-top: 1em;
    color: darkgreen;
    font-size: x-small;
}

p.source {
    font-size: x-small;
}

div.footer {
    /*border-bottom: 1px solid gray;*/
    color: gray;
    font-size: small;
    font-style: italic;
    margin-top: 4em;
}

/*
 * here,
 *   @media print { <print styles goes here> }
 * or put in print.css and use:
 *   <link rel="stylesheet" href="style.css" media="print">
 */
