td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: justify;
}
.blau {
	font-weight: bold;
	color: #3399CC;
}
.highlight {
	font-weight: bold;
    color: #CC0000;
}
h1 {
	font-size: 16px;
	color: #3399CC;
}
h2 {
	font-size: 16px;
	color: #3399CC;
}
a:link {
font-weight:bold;
text-decoration:none;
}
a:visited {
font-weight:bold;
text-decoration:none;
}

a:hover { 
font-weight:bold;
text-decoration:none;
color: #CC0000;
}

a:active {
font-weight:bold;
text-decoration:none;
color: #CC0000;
}