
/* ***************************** HEADLINES ***************************** */

h1{
	font-size: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #B69D67;
	margin-bottom: 15px;
}

h2{
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 12px;
	color: #B69D67;
}

h3{
	font-size: 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	color: #B69D67;
}

/* ************************** MENU IN CONTENT ************************* */

.menuInContent {color: #B69D67; text-decoration: none; font-weight: bold; margin: 0px 0px 20px 0px; }
.menuInContent a:link, .menuInContent a:visited { color: #B69D67; text-decoration: none; font-weight: bold; margin: 0px 0px 20px 0px; }
.menuInContent a:hover, .menuInContent a:active { color: #B69D67; text-decoration: underline; font-weight: bold; margin: 0px 0px 20px 0px; }

