body
{
	background-color: brown;
}

h1
{
	font-size: 18pt;
	color: brown;	
}

h1.titel
{
	font-family: monotype corsiva; 
	font-size: 30pt;
	text-align: center;
	color: brown;	
}

h2
{
	font-size: 16pt;
	color: brown;
}

h3
{
	font-size: 14pt;
	color: brown;
}

h4
{
	font-size: 12pt;
	color: brown;	
}

table
{
	font-family: verdana;
	font-size: 9pt;
	color: brown;
}

a
{
	color: black;
}

body.content
{
	font-family: verdana;
	font-size: 9pt;
	background-color: #fcf2d4;
	background-image: url(images/logo.gif);
	background-repeat: repeat;
	background-position: center center;
	background-attachment: fixed;
	color: brown;
	padding-left: 1em;
	padding-right: 1em;
	
	scrollbar-highlight-color: brown;
	scrollbar-darkshadow-color: brown;
	scrollbar-base-color: brown;
	scrollbar-face-color: brown;
	scrollbar-shadow-color: gold;
	scrollbar-3dlight-color: gold;
	scrollbar-arrow-color: brown;
	scrollbar-track-color: gold;
}

h1.content
{
	font-size: 18pt;
}

h2.content
{
	font-size: 16pt;
}

h3.content
{
	font-size: 14pt;
}

h2.titel
{
	font-family: monotype corsiva; 
	font-size: 20pt;
	color: brown;	
}

h4.content
{
	font-size: 12pt;
}