a    {
       color: black;
       text-decoration: none;
     } 
a:hover
     {
       color: #aa0000;
       cursor: pointer;
     }
h1   {
       font-size: 1.0em;
       color: white;
       font-family: arial, helvetica;
       font-weight: bold;
     }
h2   {
       font-size: 0.8em;
       color: black;
       font-family: arial, helvetica;
       font-weight: bold;
     }
h3   {
       font-size: 0.6em;
       color: black;
       font-family: arial, helvetica;
       font-weight: normal;
     }
p    {
       font-size: 1.0em;
       color: black;
       font-family: arial, helvetica;
       font-weight: normal;
     }
body {
       font-size: 1.0em;
       color: white;
       font-family: arial, helvetica;
       font-weight: normal;
     } 
img  { border-style: none
     }