h1		{	color: #F3F1D7;
			font-weight: normal;
			font-size: 6px;
			font-family: "Georgia", Times New Roman, Times, serif;
			}

h2		{
			color: #000000;
			font-weight: normal;
			font-size: 13px;
			font-family: "Georgia", "Times New Roman", Times, serif;
			text-align: left;
			margin-right: 20px;
			margin-left: 20px;
			margin-top: 20px;
			margin-bottom: 20px;
			}

h3		{
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	font-family: "Georgia", "Times New Roman", Times, serif;
	text-align: left;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 5px;
			}

h4		{	color: #720000;
			font-weight: normal;
			font-size: 13px;
			font-family: "Georgia", "Times New Roman", Times, serif;
			text-align: left;
			margin-right: 20px;
			margin-left: 20px;
			margin-top: 5px;
			margin-bottom: 5px;
			}

h5		{	color: #700000;
			font-weight: normal;
			font-size: 13px;
			font-family: "Georgia", "Times New Roman", Times, serif;
			text-align: left;
			margin-right: 20px;
			margin-left: 20px;
			margin-top: 20px;
			margin-bottom: 20px;
			}
			
h6		{
	color: #700000;
	font-weight: bold;
	font-size: 16px;
	font-family: "Georgia", "Times New Roman", Times, serif;
	text-align: left;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 5px;
	
			}
			


a:link {
	color: #700000;
	text-decoration:none;
}
a:visited {
	color: #700000;
	text-decoration:none;
}

a:hover {
	color:#d4c990;
	text-decoration:none;
}

