* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana, sans-serif;
	background-color: #202020;
	color: #545454;
	font-size: 11px;
	user-select: none;
}

h1 {
	font-size: 24px;
	text-shadow: 0 1px 1px #000000;
	font-weight: normal;
	letter-spacing: -1.2px;
	text-align: center;
}

.me {
	background-color: #3b3b3b;
	color: #CCC;
	padding: 3px;
	margin: 250px auto 0px;
	width: 250px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.info {
	text-align: center;
	text-shadow: 0 1px 1px #000000;
	width: 200px;
	margin: 5px auto;
	padding: 5px;
}

.footer {
	position: fixed;
	bottom: 20px;
	width: 100%;
	text-align: center;
	text-shadow: 0 1px 1px #000000;
}
	

a:link, a:active, a:visited {
	color: #545454;
	text-decoration: none;
	text-shadow: 0px 1px 1px #000000;
}

a:hover {
	text-decoration: underline;
}
