* {
	padding: 0;
	margin: 0;
}

body {
	background: DarkRed;
	font-family: verdana, arial;
	font-size: 12px;
	overflow-y: scroll;
	color: #000;
	font-weight: bold;
}

#all {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	text-align: center;
}

a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #B22222;
	font-weight: bold;
	text-decoration: none;
}