/* CSS Document */


.headerfont {
color: #990000; 
font-size: 15px; 
font-family: Georgia;
font-weight: bold; 
}

.contentfont {
color: #000000; 
font-size: 13px; 
font-family: Helvetica, sans-serif;
text-align:;
line-height: 120%;
}

.listen {
color: #000000; 
font-size: 13px; 
font-family: Helvetica, sans-serif;
line-height: 140%;
}

.bilderfont {
color: #006600; 
font-size: 11px; 
font-family: Helvetica;
}

a:link {
	text-decoration: underline;
	color: #003366;
	font-size: 13px; 
	font-family: Helvetica, sans-serif;
}
a:visited {
	text-decoration: underline;
	color: #000000;
	font-size: 13px; 
	font-family: Helvetica, sans-serif;
	
}
a:hover {
	text-decoration: underline;
	color: #990000;
	font-size: 13px; 
	font-family: Helvetica, sans-serif;
}
a:active {
	text-decoration: underline;
	color: #003366;
	font-size: 13px; 
	font-family: Helvetica, sans-serif;
}
