body {
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: black;
	text-decoration: none;
}

.px10 {
	font-size: 10px;
}
.white {
	color: #FFF;
}
.whitebold {
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
}
.px12 {
	font-size: 12px;
	font-style: normal;
}
.linkblau {
	color: #376888;
}
.linkblau:hover {
	border-bottom:1px dotted;

     }
	 
.linkblau:active {
     color: #FF0000;
     }

