html{
	overflow-x:hidden;
	overflow-y:auto;
}

body { 	background-color: transparent;

		margin-left: 18px;
		margin-top: 5px;
		margin-right: 18px;
		margin-bottom: 5px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
        color: white;
		overflow-x: hidden; overflow-y: auto;
}

.style1 {
	color: #FF0000;
	font-weight: bold;
}
.Titel {
	font-weight: bold;
	font-size: 12px;
}
.subtitel {
	font-weight: bold;
	font-size: 11px;
}
.smalllink{
	font-weight: bold;
	font-size:9px;
	color:#333333;
}
a {
	color:#FFFFFF;

}
a:link {
	color:#FFFFFF;
}
a:visited{
	color:#FFFFFF;
}
a:hover {
	color:#FFFFFF;

}
a:active {
	color:#FFFFFF;
}



