
BODY,P,H1,H2,H3,H4,H5,H6,A {
    font-family: sans-serif;
    /*font-family: "Times New Roman", Times, serif; */
    color: #413c30; /* brown */
}
.byline {
    font-style: italic;
    font-size: small;
    margin-top: 1em;
    margin-right: 1em;
    float: right;
    text-align: right;
}

H1 {
    font-size: 160%;
    margin-top: 1.2em;
}
H2 {
    font-size: 140%;
    margin-top: 1.2em;
}
H3 {
    font-size: 120%;
    margin-top: 1em;
}


A:link    {color: #47499c; text-decoration: underline; font-family: inherit}
A:visited {color: #47499c; text-decoration: underline; font-family: inherit}
A:active  {color: #47499c; text-decoration: none; font-family: inherit}
A:hover   {color: #3232ab; text-decoration: none; font-family: inherit}


