A{
	color: red;
	background-color: inherit;
	text-decoration: none;
}

A:hover{
	text-decoration: underline;
}

html{
	color: black;
	background: gray;
	margin: 0px;
	overflow: visible;
}

body{
	font: 0.6em verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	background: gray;
	color: black;
	overflow: visible;
}

div.main{
	position: absolute;
	top: 10%;
	left: 0px;	
	width: 100%;
	height: 80%;	
	min-height: 80%;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background: white;
	color: black;
	overflow: auto;
}

div.logo{
	text-align: right;
	background: black;
	color: black;

}

div.memberlist
{
	border: none;
	text-align: center;
}

div.menu{
	border-bottom: 1px solid black;
	text-align: center;
}

div.textfield{
	margin: 10px;
}