BODY, TD, TH {
    margin-top: 0px;
    font-family: Tahoma;
    font-size: 10pt;  
}

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

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

#heading {
    font-family: Bauhaus 93;
    font-size: 16pt;
    color: teal;
    padding: 0px;
    font-style: normal;
    padding-bottom: 0px;
}

#heading2 {
    font-family: Tahoma;
    font-size: 14pt;
    color: teal;
    padding-left: 30px;
    font: bold;
    vertical-align: top;
}

hr {
    width: 800px;
    color: teal;
}

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