/* CSS Document */

body{
background-color: #E5E5E5;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 10px;
}

.Ueberschrift {
	color: #6F067D;
	font-weight: bold;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #666666;
}
