BODY {
    background-color: #AAA;
    font-family: arial, helvetica, sans-serif;
    color: black;
    font-size:10pt;
} 

H1, H2, H3 {
    background-color: white;
    font-family: arial, helvetica, sans-serif;
    color: black;
    font-size:10pt;
    font-weight: normal;
} 

DIV.popup {
    display: none;
}

TD.spacer {
    background-color: #AAA;
}

TD.features {
    height: 50px;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:10px;
}

A {
    text-decoration: none;
    color: blue;
    font-size: 10pt;
}

DIV.popup {
    background-color:#ffA0A0;
    color:white;
    display:block;
    padding-top:0px;
    padding-left: 5px;
    margin-top:0px;
}


