body {
background-color:darkbrown;
	color: darkorange;
	font-size:12px;
	font-family: Tahoma, cursive;
	text-align:left;
}

.norm 
{
	color: darkorange;
	font-size: 12px;
	font-family: Tahoma, sans-serif;
	
	
}

h1 {
	color: darkorange;
	font-size: 14px;
	font-family: Tahoma, cursive;
	font-weight: normal;

}

a:link {
	color:darkorange;
	font-size:12px;
	font-family: Tahoma, cursive;
	text-align:center;
	text-decoration:underline;
}
a:hover {
	color:beige;
	font-size:12px;
	font-family: Tahoma, cursive;
	text-align:center;
	text-decoration:underline;
}
a:active {
	color:red;
	font-size:12px;
	font-family: Tahoma, cursive;
	text-align:center;
	text-decoration:underline;
}
a:visited {
	color:darkorange;
	font-size:12px;
	font-family: Tahoma, cursive;
	text-align:center;
	text-decoration:underline;
}

.menue 
{
	font-weight:bold;
}
a.menue
{
	text-decoration:none;
}

a.menue:visited
{
	text-decoration:none;
}

a.menue:hover
{
	text-decoration:underline;
}