body, td, h1, h2, h3 {
 color: #333333;
 }

body {
	background-color: white;
	
	margin-top:5px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	background-attachment : fixed;
	background-image : url(bilder/9.jpg);
	font-size: 13pt;
	font-weight: bold;
}

td {
	
	font-size: 13pt;
	font-weight: bold;
}

h1 {
	
	font-size: 24pt;
}

h2 {
	
	font-size: 21pt;
}


h3 {
	
	font-size: 18pt;
}






a:link { color:blue; text-decoration : underline; font-size: 12pt; font-weight: normal; }
a:visited { color:blue; text-decoration : underline; font-size: 12pt; font-weight: normal; }
a:active { color:red; text-decoration : underline; font-size: 12pt; font-weight: normal; }
a:hover { color:red; text-decoration : underline; font-size: 12pt; font-weight: normal; }



