BODY { 
background-image: url(null);
background-color: white; 
font-family: Helvetica, sans-serif; 
font-size: 12px;
color: black;  }

H1, H2, H3, H4, H5, {color: RGB(0,40,150)};

H6 { color: RGB(0,84,166)};

A:link {color: RGB(0,84,166)};
A:visited {color: RGB(0,84,166)};
A:active {color: RGB(0,84,166)};
A.hover {
    color : red;
    font-style : bold;
    text-decoration : none;
}

body, table, td {font-size: 11px;}
