h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}

.maintext {
	text-align: justify;
	text-indent: 26px;
	color: #330000;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #5D2411;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;}
}
a:visited {
	color: #5D2411;
	text-decoration: none;
}
a:hover {
	color: #663300;
	text-decoration: underline;
}
a:active {
	color: #663300;
	text-decoration: underline;
}

a.menu { font-size: 16px;
         color: #663300;
		 font-weight: bold;}