      body {
           background-color:lavender; 
           margin=0
           color:black;
           font-size=18l;
           font-style=italic;
           }

      h2   {
           color:white;
           background-color:#8b7b8b;
           font-family: times ;
           font-style: italic; 
           font-size:22pt;
           margin-top:0;
           margin-bottom:0;
           }
      h3   {
           color:white;
           background-color:#8b7b8b;
           font-family: times ;
           font-size:16pt; 
           margin-top:0;
           margin-bottom:0;
           }
      h6   {color:#000000;
           font-size=14; 
           font-style:italic; 
           font-weight:bold;
           }

      div.scroll {height: 100px;
           width: 250px;
           overflow: auto;
           border: 1px solid #666;
           background-color:white;
           padding: 8px;
           }

      table.data tbody tr {	background-color:expression(rowIndex%2?(parentNode.parentNode.rowHighlightColor||"#dddddd"):"");
}
      table.filter tbody tr {
	display:expression( (document.forms[0].filter.value!="")?(firstChild.innerHTML.toLowerCase().indexOf(document.forms[0].filter.value.toLowerCase())==0?"block":"none"):"block");
}


      a:link {color:maroon;font-weight:bold;}
      a:visited {color:red;font-weight:bold;}
      a:focus {color:gray;font-weight:bold;}
      a:hover {color:midnightblue;font-weight:bold;}
      a:active {color:aqua;font-weight:bold;}
      
      table:noborder {border-style: none; margin: 0; padding: 0;}

