 
.head {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	font-variant: small-caps;
	list-style-position: inside;
	list-style-type: disc;
	float: left;
	height: auto;
	width: auto;
	padding: 2px;
}

.bottomlink {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #E9EBC6;
	text-decoration: none;
}

.bottomlink:hover {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
 
.generallink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC6600;
}

.generallink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
	text-decoration: underline;
}

.texthead {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
 
.text {
	font-family: Verdana;
	font-size: 14px;
	font-weight: none;
	color: #8A5B2D;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
	display: inline;
}