body {
	background: #FFF7CE;
	background-image: url(../images/page/camels.gif);
	margin: 0px;
	}
	
.main {
	margin: 0% 12%;
	background: #FFFAE3;
	padding: 10px;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	font-size: 90%;
	color: Black;
}	

h1 {
	font-size: 300%;  
	font-weight: normal;
	font-family: Palatino, Bookman Old Style, Times New Roman, serif;
	color: Black;
	text-align: center;
  }
  
  h2 	{
	font-size: 250%;  
	font-weight: normal;
	font-family: Palatino, Bookman Old Style, Times New Roman, serif;
	color: Black;
	text-align: center;
  }
  
h3  	{
	font-size: 200%;  
	font-weight: bold;
	font-family: Palatino, Bookman Old Style, Times New Roman, serif;
	color: Black;
	text-align: center;
  }
  
h4 		{
	font-size: 150%;  
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	color: Black;
	text-align: center;
  }

.cartouche {
	margin: 10px;
	padding: 10px;
	background: #D4B6A8;
	border: double 5px #D486A8;
	color: Black;
}
	
hr {
	color: #D486A8;
	background-color: #D486A8;
	border: 0;
	height: 3px;
	margin: 20px;
}

a:link {
		color: Blue;
		text-decoration: underline;
		font-weight: bold;
	}

a:visited {
		color: #853159;
		text-decoration: underline;
		font-weight: bold;
	}

a:hover {
		text-decoration: underline;
		color: #D486A8;
		font-weight: bold;
	}

p.caption {
	margin-top: 2px;
	font-size: 80%;
}
  
 
	
