body {
	background-color: #0c0f16;
	text-align: center;
	vertical-align: middle;
}

* {
	color: white;
	font-size: 11px;
	font-family: Tahoma
}

a {
	color: gray;
}

a:hover {
	text-decoration: none;
	color: white;
}