body {
	font-family: Comic Sans MS;
	line-height: 16px;
	background-color: #330000;
	font-size: 12px;
	background-position: top;
	color: #ff9900;
}

a:link {
	color: #ff9900;
	text-decoration: none;
}

a:visited {
	color: #ff9900;
	text-decoration: none;
}

a:hover {
	color: #ff9900;
	text-decoration: underline;
}



.headline {
	font-size: 30px;
	color: #330000;
	font-weight: bold;
}

.menu {
	font-size: 10px;
	color: #ff9900;
	font-weight: bold;
	font-stretch: unchanged;
}

.textcopyright {
	font-size: 10px;
	color: #ff9900;
}

.textclear {
	font-size: 12px;
	line-height: 16px;
	color: #ffffcc;
}

.textdark {
	font-size: 12px;
	line-height: 16px;
	color: #330000;
}


