* {
	font-family: Georgia;
	font-weight: normal;
	color: #222;
}

body {
	margin: 0;
	padding: 0;
	margin-left: -400px !important;
}

#header {
	background-color: #fc0;
	padding: 0;
}

h1 {
	margin-top: 0;
	padding-top: 2em;
	font-size: 30pt;
	border-bottom: 10px solid #f90;
	margin-bottom: 0.4em;
}

h1, p {
	width: 400px !important;
	margin-left: 50% !important;
}

p {
	font-size: 14pt;
	margin: 0;
}

a {
	text-decoration: none;
}
a:hover {
	background-color: #222;
	color: #fff;
}

#footer {
	margin-top: 20px;
}
#footer p {
	font-size: 7pt;
}
