BODY, TD, TH {
    margin-top: 2px;
    font-family: Tahoma;
    font-size: 10pt;
    color: #0077b2;
    font-weight: 400; 
}

A {
    font-family: Tahoma;
    font-size: 10pt;
    color: teal;
}

A:Hover {
    font-family: Tahoma;
    font-size: 10pt;
    color: navy;
}

#heading, h1, h2, h3 {
    font-family: Tahoma;
    font-size: 11pt;
    color: teal;
    font: bold;
}

hr {
    width: 95%;
    color: teal;
}

input, textarea, select, option {
    border: 1px solid teal;
    background: transparent;
}