body {
	background-color: #92782D;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #808000;
}
.headline {
	font-size: 36px;
	font-weight: bold;
}
.topnav a:link {
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
}
.topnav a:visited {
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
}

.smalltext {
	font-size: 70%;
	font-weight: bold;
	font-variant: small-caps;
}
a:link {
	color: #000000;
	font-weight:bold;
	text-decoration: none;
	font-size: 80%;
}
a:visited {
	color: green;
	text-decoration: none;
	font-size: 80%;
}
a:hover { 
	color: #FF0000;
	text-decoration: underline; 
} 
p {
	font-size: 90%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
h1 {
	font-size: 100%;
	text-indent: 10px;
}
h2{
	font-size: 95%;
	text-indent: 10px;
}
li {
	font-size: 90%;
}
