body {
   background-color:#ffffff;
   background-image:url(bg.jpg);
   margin-top:0; 
   margin-bottom:0; 
   margin-left:0; 
   margin-right:0;
   }
   
td {
  border-width: 0px;  
  }
  
  p {
  border-width: 0px;
  margin-top: 10px; 
  margin-bottom: 10px; 
  margin-left: 0px; 
  margin-right: 0px; 
  font-size: 11px; 
  font-family: Georgia,Geneva,Times New Roman,serif; 
  line-height: 19px; 
  color: #3333333;
  text-align: justify;
  
  }
  
  
  
  p.copyright {
  border-width: 0px;  
  margin-top: 0px; 
  margin-bottom: 15px; 
  margin-left: 0px; 
  margin-right: 0px; 
  font-size: 11px;
  font-family: Georgia,Geneva,Times New Roman,serif; 
  line-height: 24px; 
  color: #596d75;
  text-align: left;
  }
  
  
  
  
  h1 {
	border-width: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 15px;
	font-family: Georgia, Times New Roman, Times, serif;
	line-height: 23px;
	font-weight:100;
	color: #993333;
	text-align: left;
	}
	
  h2 {
	border-width: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Times, serif;
	line-height: 21px;
	font-weight:100;
	color: #516972;
	text-align: left;
	}
  
	 
a:link {
   text-decoration:none; 
   color: #a84831;
   }
   
a:visited {
   text-decoration:none; 
   color: #a84831;
   }

a:hover {
   text-decoration:underline; 
   color: #a84831;
   }

a:active {
   text-decoration:none; 
   color: #41738D;
   }

