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

p { font-family:arial,sans-serif; font-size:10pt; color:navy;}

a:link    { color: black;   background: transparent; text-decoration: none}
a:visited { color: black;   background: transparent; text-decoration: none}
a:active  { color: cyan;    background: transparent; text-decoration: none}
a:hover   { color: red;     background: transparent; text-decoration: none}
