html {
     overflow: -moz-scrollbars-vertical; /* Always show vertical scroll bar in Firefox, etc. */
}

body    {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: black;
	margin: 0px;
	    }

h1  {
    font-size: 20px; font-weight: bold;  color: GoldenRod;  
	line-height: 1.5; 
	margin-top: 10px;
	margin-bottom: 5px;
    } 

h2  {
    font-size: 18px; font-weight: bold;   
	line-height: 1.5; 
	margin-top: 18px;
	margin-bottom: 4px;
    } 
h3  {
    font-size: 16px; font-weight: bold;   
	line-height: 1.5; 
	margin-top: 16px;
	margin-bottom: 4px;
    } 
h4  {
    font-size: 14px; font-weight: bold;  
	line-height: 1.5; 
	margin-top: 14;
	margin-bottom: 3px;
    } 
h5  {
    font-size: 12px; font-weight: bold;   
	line-height: 1.5; 
	margin-top: 12;
	margin-bottom: 3px;
    } 
p,li,td  
    {
    font-size: 12px; font-weight: normal;   
	line-height: 1.5; 
	margin-top: 6px;
	margin-bottom: 6px;
    } 

a   {
    color: MediumBlue;
    }
    
div.hr_dots{ 
    border-top-style:dotted; border-top-color:Goldenrod; border-top-width:5px;
    }
    
    