/* CSS Document */

h1 {
	margin-top:5px;
	margin-bottom:7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #339B88;
}

.fliesstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 135%;
	font-weight: normal;
	color: #333333;
}

A:link, A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color : transparent;
	color:#339B88;
	text-decoration : underline;
	font-weight : bold;
}

A:hover, A:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color : transparent;
	color : #D53049;
	text-decoration : underline;
}
