body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #663300;
}
h1 {
	text-align: center;
	color: #660000;
	font-size: 18px;
}

h2 { 
	text-align: center; 
	color: #660000;
	font-size: 16px;
}

h3 {
	text-align: center;
	color: Maroon;
	background-color: #FFCC66;
	padding-bottom: 10px;
	padding-top: 10px;
}
h4 {
	text-align: center;
	color: Maroon;
	}
h5 {
	text-align: center;
	color: maroon;
	font-style: italic;
}
h6 {
	text-align: center;
	font-size: 12px;
}
p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p.nofrills {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: inherit;
}


a:link {
	color: #660000;
	text-decoration: none;
	font-weight: bolder;
	font-size: 12px;
}

a:visited {
	color: #660000;
	text-decoration: none;
	font-weight: bolder;
	font-size: 12px;
}

a:hover {
	text-decoration: none;
	color: #cd853f;
	font-weight: bolder;
		font-size: 12px;
}
	
	
a:active {
	text-decoration: none;
    color: cd853f;
	font-weight: bolder;
		font-size: 12px;
	}
	
img.floatleft {
float: left;
}

img.floatright {
float: right;
}