* {
	margin: 0px;
	padding: 0px;
}
body, td {
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	vertical-align: top;
	text-align: left;
}
h1 {
	font-size: 28px;
	font-weight: normal;
	margin-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: gray;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: silver;
}
p {
	color: black;
	margin-top: 10px;
}
#header, #menu, #languages, #sidebar, #copyright, .edit {
	visibility: hidden;
	display: none;
}
a:link, a:active, a:visited, a:hover {
	color: black;
	text-decoration: none;
}

ul {
	color: gray;
	list-style-type: square;
	padding-left: 20px;
}
.inputbox {
	width: 150px;
	border: 1px solid gray;
	margin-bottom: 4px;
}
.inputbutton {
	width: 150px;
	border: 0px none;
	color: white;
	background: blue;
}

.members th {
	font-weight: bold;
	text-align: left;
}
.members td {
	border-bottom: 1px solid silver;
	vertical-align: top;
}