body {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}

html,body {
	height: 100%;
}


a:link {
	color: #666600;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #990000;
	text-decoration: none;
}


.headline {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.text {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
.copyright {
	font-family: Tahoma;
	font-size: 10px;
	color: #907F6F;
}
.text-headline {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
