BODY {
        color: white;
        background-color: black;
        font-family: arial,sans-serif;
        font-size: 12pt;
}

p { font-family:calibri,helvetica,sans-serif;  font-size: 100%; color:white; }


a:link    { color: BLUE;      background: transparent; text-decoration: none}
a:visited { color: DARKGREEN; background: transparent; text-decoration: none}
a:active  { color: BLUE;      background: transparent; text-decoration: none}
a:hover   { color: RED;       background: transparent; text-decoration: none}
