/* fam01.css */


h1 {
	color: #6C4027;
	font-family: times new roman, serif;
	font-size: 2em;
	font-weight: bold;
	font-style: italic;
	background-color: transparent;
	border-bottom-width: 0.01em;
	border-bottom-color: #576775;
	border-bottom-style: dotted;
	padding-bottom: 1em;
}

h2 {
	font-family: times new roman, serif;
	font-size: 2em;
	font-weight: bold;
	font-style: italic;
	color: #6C4027;
	background-color: transparent;
	border-bottom-width: 0.01em;
	border-bottom-color: #576775;
	border-bottom-style: dotted;
	padding-bottom: 1em;
}

h3 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	color: #6C4027; 
	background-color: #E7E2B7;
	line-height: 1.5em;
	text-indent: 0.4em;
	text-transform: uppercase;
}

h4 {
	font-family: verdana, arial, helvetica, sans-serif;
	font size: 1em;
	font-weight: bold;
	color: #E7E2B7; 
	background-color: #576775; 
	line-height: 1.5em;
	text-indent: 0.4em;
	text-transform: uppercase;
}
h5 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #6C4027;
	background-color: transparent;
	line-height: 1.5em;
	text-indent: 0;
	text-transform: uppercase;
}

h6 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #576775;
	background-color: transparent;
	line-height: 1.5em;
	text-indent: 0.4em;
	text-transform: uppercase;
	border-style: dashed;
	border-width: 1px;
	border-color: rgb(202,194,184);
}

.subhead {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	color: #6C4027;
	background-color: transparent;
	line-height: 1.5em;
	text-indent: 0;
	text-transform: uppercase;
}


a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	line-height: 1.5em;
	font-variant: normal;
	text-transform: none;
	color: #576775;
	text-decoration: none;
}


