/* SETS BASIC HTML DEFINITIONS */





body {

	background: #E0D7CD ;

	color: #594A39;

	font-family: Arial, Verdana, sans-serif; 

}



hr {

	background-color: #E0D7CD; 

	color: #E0D7CD; 

	height: 1px; 

	width: 100%;

}



img {

	border: none;

}





/* SETS HEADING PROPERTIES */



h1 {

	font-family: Georgia, Times, serif; 

	color: #594A39; 

	text-align: left; 

	font-size: 22px; 

	font-weight: bold; 

}



h2 {

	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 

	color: #594A39; 

	text-align: left; 

	font-size: 20px; 

	font-weight: normal; 

}



h3 {

	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 

	color: #594A39; 

	text-align: left; 

	font-size: 20px; 

	font-weight: normal; 

}



h4, h5, h6 {

	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 

	font-size: 18px; 

	font-weight: normal; 

	color: #594A39; 

}



/* SETS THE VARIOUS HYPERLINK PROPERTIES */