<style type="text/css">

body {
	color: #000000;
	font-family: sans-serif;
	scrollbar-base-color:#000000;
	scrollbar-track-color:#101010;
	scrollbar-face-color:#004221;
	scrollbar-highlight-color:#004221;
	scrollbar-3d-light-color:#000000;
	scrollbar-dark-shadow-color:#000000;
	scrollbar-shadow-color:#004221;
	scrollbar-arrow-color:#000000;

}

#container {
	position:relative;
	overflow: auto;
	width: 100%;
}

#bgholz {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:0px;
	width:1255px;
	height:100%;
	background-image: url(images/bgholz.jpg);
}

.normtext {
	font-family: sans-serif;
	font-size: 16px;
	text-align: justify;
	color: #000000;
	margin: 0px;
	padding: 10px;
}

.tables {
	font-family: sans-serif;
	font-size: 16px;
	text-align: justify;
	color: #000000;
	margin: 0px;
	padding: 5px;
	border: 1px solid #000000;
}

h1 {
	font-family: sans-serif;
	font-size: 18px;
	text-align: justify;
	color: #000000;
	margin: 0px;
	padding: 10px;
}

h2 {
	font-family: sans-serif;
	font-size: 16px;
	text-align: justify;
	color: #000000;
	margin: 0px;
	padding: 10px;
}

a:link { color:#774126; text-decoration:none; font-weight: bold }
a:visited { color:#774126; text-decoration:none; font-weight: bold }
a:hover { color:#000000; text-decoration:none; font-weight: bold }

</style>