* {
	margin: 0;
	padding: 0;
}
body {
	background: #f4f4f4;
	color: #333333;
	cursor: default;
	font: normal 2em Helvetica, Arial, Verdana, Sans-serif;
	padding: 200px;
	text-align: center;
}
.space {
	margin: 10px;
}
img {
	border: none;
}
ol, ul {
	margin-left: 30px;
}
a:link {
	color: #0000ff;
	text-decoration: none;
}
a:visited {
	color: #551a8b;
	text-decoration: none;
}
p {
	font-size: 1em;
	text-shadow: 1px 1px 0 #ffffff;
}
h1 {
	color: #004eb7;
	font-size: 2em;
	font-weight: normal;
	text-shadow: 1px 1px 0 #999999;
}
