body {
    background-color: white;
    margin:10px;
}

h1 {
    color: #600000;
    margin-top: 0px;
}

h2 {
    color: #600000;
    margin-top: 1em;
    margin-bottom: 0;
}

div.note {
    margin: 0.5em 0.5em 0.5em 3em;
    font-size: smaller;
}

div.right {
    max-width: 320px;
    float: right;
    margin-left: 0.5em;
}
p.caption {
    margin-left:2em;
    margin-right:20px;
    font-size: xx-small;
    text-align: right;

}

p {
    font-size: smaller;
    text-align: justify;
    margin-left: 0.5em;
    margin-right: 0.5em;
}
p.links {
    clear:both;
    margin: 0 0.3em 1em 1em;
    font-family: Arial, Helvetica, sans-serif;
}

a {
    font-weight: bold;
}
a:link {
    color:#0d557e;
    text-decoration: none;
}
a:visited {
    color:#0d557e;
    text-decoration: none;
}
a:active {
    color:#0d557e;
    text-decoration: none;
}
a:hover {
    color:#a54738;
    text-decoration: none;
}

a.plain:link {
    color:#600000;
    text-decoration: none;
}
a.plain:visited {
    color:#600000;
    text-decoration: none;
}
a.plain:active {
    color:#600000;
    text-decoration: none;
}
a.plain:hover {
    color:#0d557e;
    text-decoration: none;
}
