<style type="text/css">
<!-- 
a          {          
             font-family:Helvetica, sans-serif;
             font-size: 16px; 
             text-decoration: underline;
             color:pink;
           }
a:link {color: #0000ff}
a:visited {color: #8800cc}
a:active {color: #00ffff}
a:hover {color: #0088ff}

p          {
             font-family:Helvetica, sans-serif;         /* Use Helvetica if available, otherwise */
             font-size:20px;                            /*   default sans-serif font */
           } 
dt         {
             font-family:Helvetica, sans-serif; 
             font-size:24px; color:gray; 
             padding-top:10px; 
            
           }
li         {
             font-family:Helvetica, sans-serif; 
             font-size:24px; color:gray; 
             padding-top:10px; 
             text-decoration:underline
           }
dd, li li      {                                            /* This style applies to list elements that */
             font-size:20px;                            /*   that are inside another list element   */
             color:#880; 
             padding-top:0;                             /* No padding above list within a list      */ 
             text-decoration:none;
           }
blockquote {
             font-family:Helvetica, sans-serif; 
             font-size:14px;
           }

.small     {
             font-size:16px; 
             color:#880; 
             padding-top:0; 
             text-decoration:none;
           }
 
-->
</style>