html {
}

body    {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #111;
	height: 100%;
	margin: 0px auto 0px auto;
	background-color:#eee;
	padding: 5em;
}

a {
	color: #8B0000;
	text-decoration: underline;
}

a:hover {
	color: #B31B1B;
	text-decoration: underline;
}

h1 {
font-size:3em;
}