body {
	color: white;
	background-color: #282C37;
}

a:link {color: rgb(60%,80%,100%); }
a:visited {color: rgb(70%,60%,80%); }

.headline {
	font-size: 120%;
}

input[type=button] {
	color: white;
	background-color: #2b90d9;
	border-style: none;
	border-radius: 8px;
}

input[type=button]:hover {
	cursor: pointer;
}

input[type=text] {
	color: black;
	background-color: #d9e1e8;
}

input[type=text] {
	font-size: 16px;
	width: 100%;
	height: 32px;
}

input[type=button].small {
	width: 48px;
}

input[type=button] {
	font-size: 1em;
	width: 128px;
	height: 48px;
	margin-right: 8px;
	margin-bottom: 8px;
}

div.inputs {
	margin-right: 1em;
}


img.avatar {
	width: 96px;
	height: 96px;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}

p {
	clear: both;
}

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