body {
  font-family: "Verdana", "Times", "serif";  
  font-size: 11px;
  color:#000000;
  margin-left:0;
  margin-top:0;
  margin-right:0;
  margin-bottom:0;
  
  scrollbar-face-color:#87403F;
  scrollbar-shadow-color:#3F1F1E;
  scrollbar-track-color:#B8BABD;
  scrollbar-highlight-color:#93605F;
  scrollbar-3dlight-color:#C09392;
  scrollbar-darkshadow-color:#3F1F1E;
  scrollbar-arrow-color:#3F1F1E;
}

p {
  font-family: "Verdana", "Times", "serif";  
  font-size: 11px;
  color:#000000;   		
}  

h1 {
  font-size: 13px;
  color:#660000;
  text-decoration: bold
}  

h2 {
  font-size: 12px;
  color:#000000;
  text-decoration: bold
}  

h3 {
  font-size: 11px;
  color:#660000;
  text-decoration: bold
}  

a:link {  
	color: #666666; 
	text-decoration: none
}

a:active {  
	color: #666666; 
	text-decoration: none
}

a:visited {
	color: #666666;
	text-decoration: none
}

a:hover{
	color:#660000;
	text-decoration: underline
}

td {
  font-family: "Verdana", "Times", "serif";  
  font-size: 10px; 
  color:#000000;  		
}


