   body, td, p {
        font-size : 12pt;
        text-decoration : none;
        font-weight : 500;
        font-family : "arial", "geneva", "helvetica";
        color : #000000;
  	}
   
  
   a:link  {
        text-decoration : none;
        font-weight : 600;
        font-family : "arial", "geneva", "helvetica";
        color : #0000FF;
  	}

   a:visited  {
        text-decoration : none;
        font-weight : 600;
        font-family : "arial", "geneva", "helvetica";
        color : #3399FF;
  	}
   a.external:link  {
        text-decoration : none;
        font-weight : 600;
        font-family : "arial", "geneva", "helvetica";
        color : #000077;
  	}
   a.external:visited  {
        text-decoration : none;
        font-weight : 600;
        font-family : "arial", "geneva", "helvetica";
        color : #0000CC;
  	}

   div.toc  {
        font-size : 14pt;
        text-decoration : none;
        font-weight : 600;
        font-family : "arial", "geneva", "helvetica";
        color : #000000;
  	}



   tt  {
        text-decoration : none;
        font-weight : 300;
        font-family : "courier";
        color : #000000;
  	}
      

	th  {
        font-size : 12pt;
        text-decoration : none;
        font-weight : 700;
        font-family : "arial", "geneva", "helvetica";
        color : #000000;
  	}


	h1 {
        font-size : 16pt;
        text-decoration : none;
        font-weight : 700;
        font-family : "arial", "geneva", "helvetica";
        color : #000000;
  	}


	h2  {
        font-size : 14pt;
        text-decoration : none;
        font-weight : 700;
        font-family : "arial", "geneva", "helvetica";
        color : #000000;
  	}
        
	h3  {
        font-size : 12pt;
        text-decoration : none;
        font-weight : 700;
        font-family : "arial", "geneva", "helvetica";
        color : #000000;
  	}

	h4  {
        font-size : 12pt;
        text-decoration : none;
        font-weight : 700;
        font-family : "arial", "geneva", "helvetica";
        color : #000000;
  	}

 
   UL {
        list-style-image: "../pics.d/html.gif";
        list-style-type: circle;
   }