body {
	background: url(images/house-bg.jpg);
	background-color: #87B8FD;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	font-family: arial;
	text-align: center;
}
.nav {
	background: url(images/nav-bg.gif);
	background-color: #91A4C4;
	width: 175px;
	vertical-align: top;
}
.content {
	background: url(images/content-bg.jpg);
	background-color: #E7F1FF;
	background-position: top center;
	background-repeat: no-repeat;
	vertical-align: top;
}
.footer {
	font-size: .7em;
	margin: 0;
}
.e80 {
	font-size: .8em;
}
.e80b {
	font-size: .8em;
	font-weight: bold;
}
.e90 {
	font-size: .9em;
}
.e90b {
	font-size: .9em;
	font-weight: bold;
}
.e100bred {
	font-size: 1.0em;
	font-weight: bold;
	color: red;
}
.e95b {
	font-size: .95em;
	font-weight: bold;
}
.e100 {
	font-size: 1.0em;
}
.e100bblue {
	font-size: 1.0em;
	font-weight: bold;
	color: #2B5D95;
}
.e100b {
	font-size: 1.0em;
	font-weight: bold;
}
.e110b {
	font-size: 1.1em;
	font-weight: bold;
}
a {
	text-decoration: none;
}
a:link {
	color: #660000;
}
a:visited {
	color: #660000;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: red;
	background-color: #ccffff;
}
.heading {
	font-weight: bold;
	font-style: italic;
	color: #990000;
}
div.button {
	background-color: #0C61D8;
	color: white;
	display: table;
	margin: auto;
	padding: 3px 10px;
	border-radius: 8px;
}
div.button a { color: white }
div.button a:hover { text-decoration: none }