BODY {
    font-family: Arial;
    font-size: 12;
}

P {
    font-family: Arial;
    font-size: 12;
}

P.title {
    color: #61886B;
    font-family: Arial;
    font-size: 14;
    font-weight: bold;
}

P.author {
    color: #61886B;
    font-family: Arial;
    font-size: 12;
    font-weight: italics;
}

TD {
    font-family: Arial;
    font-size: 12;
}

A:link {
    color: #61886B;
    text-decoration: underline;
}
A:visited {
    color: #61886B;
    text-decoration: underline;
}
A:active {
    color: #61886B;
    text-decoration: underline;
}
A:hover {
    color: #7D8072;
    text-decoration: underline;
}