body {
	font-family: Arial, sans-serif;
	background-color: #A40000;

}

.red
{background-color:#FF3333;}

a.menue:link {
	background-color: #990000;
	color: #FFFFFF;
	text-decoration: none;
	float: none;
	clear: none;
	text-align: center;
	width: 130px;
	border: thin solid #000000;
	font-weight: normal;

}
a.menue:visited {
	background-color: #990000;
	color: #FFFFFF;
	text-decoration: none;
	float: none;
	clear: none;
	text-align: center;
	width: 130px;
	border: thin solid #000000;
}
a.menue:hover {
	background-color: #FFFFFF;
	color: #990000;
	text-decoration: none;
	float: none;
	clear: none;
	text-align: center;
	width: 130px;
	border: thin solid #000000;
}
.nono {	display: none;
}

