a, a:active, a:link, a:visited {
	color:#000020;
	text-decoration:none;
	border-bottom: 2px solid royalblue;
	}
body {
	width:500px;
	margin:auto;
	}
body, 
h6,h5,h4,h3,h2,h1, 
p {
	color:#000020;
	background-color:#fff;
	font-family: "Ringside Extra Wide SSm A", "Ringside Extra Wide SSm B", "Helvetica Neue", Arial, sans-serif;
	text-align: center;
	}
section.home p {margin:auto auto 36px auto}
section.home p:first-of-type {text-transform: uppercase;}
header.home img {
	display:block;
	width: 288px;
	margin:auto;
	border:thin solid #000020;
	}
header.home hgroup {font-weight:500}
header.home hgroup h2 {
	font-weight:700;
	text-transform:uppercase;
	}
footer {
	margin: 144px auto auto auto;
	font-weight: 300;
	font-size: xx-small;
	text-transform:uppercase;
	text-align: justify;
	}
img.thumb {
	display:block;
	margin:auto auto 12px auto;
	width:144px;
	border: thin solid lightgray;
	}
.bolder {font-weight:bolder}
.shadow {box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}