body       {font-family: Arial; color: #FFFFFF;
            font-size: 12pt; background-color: #0000FF;}
            /* Font=arial Colour=White bgcolour=blue */

A:link    {color: #000000; font-weight: bold;} /* links=black bold */
A:visited {color: #FF0000; font-weight: bold;} /* vlinks=red bold */
A:active  {color: #FFFFFF; font-weight: bold;} /* alinks=black bold */

H1        {font-family: Verdana, Arial; font-size: 36pt; color: #FFFF00;}
           /* titles-verdana,Arial size=36pt colour=yellow */

span.fact {font-family: Verdana, Arial; font-size: 16pt; color: #FF0000;
           font-weight: bold; text-decoration: underline;}
           /* subtitles-font=verdana,Arial size=16pt colour=red underlined
              bold */

span.sub  {font-family: Verdana; font-size: 14pt; color: #00FF00;
           font-weight: bold; text-decoration: underline;}