/*--Links--*/
a:link, a:visited, a:active {
	color: #483529; 
	text-decoration: none; 
	font-weight: bold;
}

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

/*--Titles--*/
h1 {
	color: #443A25; 
	font-size: 36px; 
	font-weight: bold;
	font-style: italic;
	margin: 0px 0px 20px 0px; 
	padding: 0px 0px 8px 0px;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 3px solid #756739;
}

h2 {
	color: #443A25; 
	font-size: 24px; 
	font-weight: bold; 
	margin: 12px 0px 0px 0px; 
	padding: 12px 0px 0px 0px;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	color: #443A25; 
	font-size: 16px; 
	font-weight: bold; 
	margin: 8px 0px 0px 0px; 
	padding: 8px 0px 0px 0px;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}