html, body {
    margin: 10px;
    padding: 10px;
    background-color: #4A643A;
    font-family: Arial, Helvetica, sans-serif;
}

table, td {
    vertical-align: top;
    font-size: 11px;
}

a:link       { color: #AF5A00; font-weight: bold; text-decoration: underline;}
a:visited    { color: #AF5A00; font-weight: bold; text-decoration: underline;}
a:active     { color: #AF5A00; font-weight: bold; text-decoration: underline;}
a:hover      { color: #AF5A00; font-weight: bold; text-decoration: underline;}

.head1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #AF5A00;
}

.head2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #AF5A00;
}

.head3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #AF5A00;
}

.head4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #AF5A00;
}

.borderTable {   
    padding: 4px 6px 4px 6px;
    border: 1px solid #666633;
}

.standout {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #4A643A;
}
