body
{
	background-color: rgb( 96, 93, 92 );
	color: rgb( 30, 30, 30 );
}

table
{
	font-family: verdana;
	font-size: 12px;
	color: rgb( 30, 30, 30 );
}

a:link, a:visited, a:active, a:focus
{
	color: rgb( 30, 30, 30 );
	text-decoration: none;
}

a:hover
{
	color: rgb( 30, 30, 30 );
	text-decoration: none;
	background-color: rgb( 230, 124, 50 );
}

input
{
	color: rgb( 30, 30, 30 );
	font-family: verdana;
	font-size: 12px;
	width: 250px;
	background-color: rgb( 244, 230, 229 );
}

textarea
{
	color: rgb( 30, 30, 30 );
	font-family: verdana;
	font-size: 12px;
	width: 250px;
	height: 80px;
	background-color: rgb( 244, 230, 229 );
}

h1
{
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	color: rgb( 30, 30, 30 );
}

.ueber
{
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	color: rgb( 30, 30, 30 );
}
