@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

@font-face {
    font-family: 'england_hand';
    src: url('england-webfont.eot');
    src: url('england-webfont.eot?#iefix') format('embedded-opentype'),
url('england-webfont.woff') format('woff'),
url('england-webfont.ttf') format('truetype'),
url('england-webfont.svg#england_hand_dbregular') format('svg');
    font-weight: bold;
    font-style: normal;

}

#page {
	width:100%;
	max-width:1000px;
	background-color:#fff;
	margin:auto;
	margin-top:1em;
}

#title {
	font-family:"Arial Black", Gadget, sans-serif;
	color:#1a1915;
	text-align:center;
	font-size:5em;
	margin-bottom:.2em;
	font-weight:bold;
}

p {
	margin-bottom:.5em;
}

td {
	padding:1em;
}

li {
	margin-left:3em;
}
