/* CSS Document */
h1
{
      font-family: Verdana; 
	  font-size: 12pt; 
	  font-weight: bold;
	  font-color: #CC6633;
	  text-align: center;
	  }
	  
h2
{     
      font-family: Verdana; 
      font-size: 10pt; 
	  font-weight: bold;
	  font-color: #CC6633;
	  margin-left:1%;
	  }
	  
h4
{     font-family: Verdana, Arial, Helvetica, sans-serif; 
      font-size: 8pt; 
	  font-color: #CC6633;
	  text-align: right;
	  font-weight: normal;
	  }  
p
{      font-family: Verdana; 
       font-size: 9pt; 
	   color: #CC6633;
	   margin: 0 2% 0 2%;
	   }
	   
A:link {
color: rgb(191,115,41);
text-decoration: none;
}
A:visited {
color: rgb(191,115,41);
text-decoration: none;
}
A:active {
color: rgb(191,115,41);
text-decoration: none;
}
A:hover {
color: rgb(150,150,150);
text-decoration: none;
}	   

BODY
{
      background-color:rgb(191,115,41);
      font-family: verdana, sans-serif;
	  font-color: #CC6633;
      }


body	   
{
	  scrollbar-3dlight-color:white;
      scrollbar-arrow-color:white;
      scrollbar-base-color:white;
      scrollbar-darkshadow-color:white;
      scrollbar-face-color:white;
      scrollbar-highlight-color:white;
      scrollbar-shadow-color:black;
      background-color:rgb(191,115,41);
}	   