body {
	margin: 0;
}

@font-face {
	font-family: 'League Gothic';
	src: url('../fonts/League_Gothic-webfont.eot');
	src: local('☺'), url('../fonts/League_Gothic-webfont.woff') format('woff'), url('../fonts/League_Gothic-webfont.ttf') format('truetype'), url('../fonts/League_Gothic-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1, h2, h3, p {
	font-family: League Gothic, Myriad, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

a:link, a:visited {
	color: #000;
}

a:hover {
	color: blue;
}

h1 {
	font-size: 188px;
	line-height: 160px;
}

h2 {
	font-size: 176px;
	line-height: 140px;
}

h3 {
	font-size: 32px;
}

p {
	font-family: Times, Georgia, serif;
	font-size: 18px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

img.nomination {
	margin-right: 75px;
	margin-left: 75px;
}

.centered {
	text-align: center;
}

.caption {
	margin-top: 30px;
	margin-bottom: 30px;
}

.notes {
	margin-top: 20px;
	margin-bottom: 20px;
}

.logo {
	margin-top: 20px;
	margin-bottom: 10px;
}

.footer {
	background-color: black;
	color: #fff;
}

.footer p {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: none;
}

.footer a,
.footer a:link,
.footer a:visited {
	color: #fff;
}

.footer a:hover {
	color: blue;
}