body {
color: #CCCCCC;
background-color: #003333;
font-family: Georgia, Times, Serif;
border-color: #CCCCCC;
}
a:link{color: #CCCCCC;}
a:visited{color:#CCCCCC;}
a:hover{color:#CCCCCC;}
a:active{color:#CCCCCC;}
 
.überschrift {
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
}
.überschrift2 {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
}
.textnormal {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
}
.textnormalfett {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
.textnormalkursiv {
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.klein {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.kleinfett {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.kleinschwarz {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
