body {
    font-size: 11px;
    font-family: Verdana, sans-serif;
    background-color: #ffffff;
}

a { 
    text-decoration: none;
    color: #ff0000;
}

a:hover { 
    text-decoration: underline;
    color: #000000;
}

a:visited {
    color: #ff0000;
}

h1 {
    font-size: 11px;
    color: #8FC818;
    text-transform: none;
    font-weight: bold;
    line-height: 16px;
    padding: 0;
}

h2 {
    font-size: 11px;
    color: #E2711E;
    text-transform: none;
    font-weight: bold;
    letter-spacing: 1px;
    padding-top: 12px;
    line-height: 2px;
}

h3 {
    font-size: 9px;
    color: #E2711E;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 0 0 43px;
}

.subhead {
    font-size: 9px;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;

}

.date {
    font-size: 9px;
    color: #E2711E;
    font-weight: bold;
    text-transform: uppercase;
}

.black {
    color: #000000;
}