@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background-color:#660000;
}
a {
	font-weight: bold;
	color: #600;
}
h1 {
	font-size: x-large;
	color: #000000;
	margin-bottom: 0px;
}

h1 a:visited  {
	font-size: x-large;
	color: #000000;
}

ul a:link {
	color: #FFF;
	text-decoration: none;
}
ul a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
ul a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
ul a:active {
	text-decoration: none;
}
.signatur {
	font-family: "Comic Sans MS", cursive;
	font-size: large;
	color: #999;
}
