.body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #330000;
    font-weight: normal;
    margin: 30px;
}

.home {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #330000;
    font-weight: normal;
    margin: 30px;
}

.subhead { 
    color: #996633; 
    font-weight: 800;
}

.links { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 15px;
    color: #990000;
    font-weight: normal;
    margin: 11px;
    text-align: left;
}

.date {
    color: #996633; 
    font-size: 10px;
}

A         { text-decoration:none;       color: #666699; }
A:LINK    { text-decoration:none;       color: #666699; }
A:VISITED { text-decoration:none;       color: #330000; }
A:ACTIVE  { text-decoration:underline;  color: BLACK; }
A:HOVER   { text-decoration:underline; }
B         { font-weight: 800; }
