body     { color:      black;
           background: #ccffFF;
           text-style: normal;
           font-family: Verdana, sans-serif;
         }
h1       { color:      red;
           font-size:  14;
           font-family: Verdana, sans-serif;
           font-weight: bold;
           margin-top: 4;
           margin-bottom: 10;
         }
th       { color:      blue;
           font-size:  16;
           font-family: Verdana, sans-serif;
           font-weight: bold;
           margin-top: 4;
           margin-bottom: 10;
         }


p        { color:      black;
           font-size:  14;
           font-family: Verdana, sans-serif;
           margin-top: 0;
           margin-bottom: 8;
         }

table    { color:      black;
           font-size:  14;
           font-family: Verdana, sans-serif;
           margin-top: 0;
           margin-bottom: 0;
         }

a        { color:      black;
           font-size:  14;
           font-family: Verdana, sans-serif;
           margin-top: 0;
           margin-bottom: 0;
         }

small    { font-size: 10;}

asmall   { font-size: 10;}

strong   { color: #ff0000;
         }



:link    { color: #0000FF;
           text-decoration: none;
         }

:visited { color: #0000FF;
           text-decoration: none;
         }

:hover   { color: #ff0000;
           text-decoration: none;
         }