       h1{color:#110000; background-color:#ffff00;
                line-height:50pt; text-align:left;}
       h3{color:navy;}
       body{
       background-color:#ffffcc;
       }
       a:link{
         text-decoration:none;
         font-weight:bold;
         color:green;
       }
       a:visited{
         text-decoration:none;
         font-weight:bold;
         color:purple;
       }
       a:hover{
         text-decoration:none;
         font-weight:bold;
         background-color:green;
         color:white;
       }
       a:active{
         text-decoration:none;
         font-weight:bold;
         color:lime;
       }
       li{list-style-type:square;}
       table,td{
         border:2px #666699 solid;
         border-collapse:collapse;
         text-align:center;
       }
       td.table_head{background-color:#ddffff;}
@@@ html,body{scrollbar-base-color:#87ceeb;}