body   { background: #000077; color: white;
         font-family: arial; font-style: normalS; font-size: 10pt; }

small   { font-size: 8pt; color: white; font-family: arial; }
p   { font-size: 10pt; color: white; font-family: arial; }

A:link, A:active        {
        text-decoration :       none;
        color           :       #FF0;
        }

A:visited
{
        text-decoration :       none;
        color           :       #FF8;
        }
A:hover
        {
        text-decoration :       none;
        color           :       #F00;
        }
