.body {
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#ffffff;
	margin: 0;
	padding:0;
	color: #000000;
	font-size: 12pt;
	font-family: courier new, courier, monospace;
	/*spacing:0px;*/

}
	
a:link { color:black; text-decoration:underline;}
a:visited { color:black; text-decoration:underline;}
a:focus { color:red; text-decoration:underline;}
a:hover { color:red; text-decoration:underline;}
a:active { color:black; text-decoration:underline;}


.headlines {
    background-color:transparent;
	color:#000000;
	font-size:12px;
    font-family:courier new, courier, monospace ;
	margin-top:10px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	font-weight: bold;

}

.subtitle {
    background-color:transparent;
	color:#000000;
	font-size:12px;
    font-family:courier new, courier, monospace ;
	margin-top:12px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}
.navi {
	background-color:transparent;
	color:#000000;
	font-size:10px;
	font-family:courier new, courier, monospace;
	
	margin-top:10px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	font-weight: no;
}
