body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B43B53;
	background-color: #FFFFFF;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	text-align: justify;
}
.headline {
	font-size: 18px;
	font-weight: bolder;
	text-align: left;
}
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #B43B53;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #B43B53;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #B43B53;
}
.none:hover {
	background-color: #FFFFFF;
}
