body {
	background-color: #03f;
	font-family: "Courier New", Courier, monospace;
	color: #fff;
}

#header {
	text-align: center;
	font-weight: bold;
	font-size: 48px;
}
.subhead {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}
.h4 {
	font-size: 18px;
	font-weight: 600;
}
.regular {
	font-size: 17px;
	font-weight: 500;
}
#address {
	position: absolute;
	text-align: left;
	font-size: smaller;
}
#validation {
	position: absolute;
	right: 10px;
}
.gallery {
	vertical-align: top;
	height: 65px;
}

a:link {
	color: #fff;
}
a:visited {
	color: #fff;
}
a:active {
	color: #9fc;
}
a img {
	border-width: 2px;
	border-color: #fff;
}

th {
	text-align: center;
	font-size: 20px;
}
td {
	text-align: center;
	font-size: 16px;
}
