h2 {
	font-size: 18px;
	font-variant: small-caps;
	font-weight: bold;
	margin: 5px 0px 10px 0px;
	padding: 0px;
}

a.menu {
	text-decoration: none;
	border: solid 1px #c2bfaa;
	color: #a71919;
	width: 100%;
	width: 180px;
	float: left;
	background-color: #eae6cc;
}

a.menu:hover {
	text-decoration: none;
	color: #000000;
	border: solid 1px #000000;
	width: 180px;
	float: left;
	background-color: #fbfaf3;
}

a {
	color: #56512c;
	font-weight: bold;
	text-decoration: none;
}

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

h1 {
	font-size: 18px;
	color: #422a20;
	border-bottom: dotted 1px #857d4b;
	margin: 3px 0px 5px 0px;
}

a.redlink {
	color: #dc2b25;
	text-decoration: none;
}

a.redlink:hover {
	color: #dc2b25;
	text-decoration: underline;
}