body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
}

.fliestext {
	font-size: 10px;
	color: #333;
}

a:link {
	font-size: 10px;
	color: #F00;
	text-decoration: underline;
}

a:visited {
	font-size: 10px;
	color: #333;
	text-decoration: underline;
}
a:hover {
	font-size: 10px;
	color: #F00;
	text-decoration: underline;
}

a:active {
	font-size: 10px;
	color: #F00;
	text-decoration: underline;
}

.headline {
	font-size: 10px;
	font-weight: bold;
	color: #333;
}

