body {
	font-family: Helvetica, sans-serif;
	text-align: center;
	background-color: white;
	color: #b0b0b0;
}

h1 a:link, h1 a:visited {
	text-decoration: none;
	color: #b0b0b0;
}

h1 a:hover, h1 a:active {
	text-decoration: none;
	color: blue;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: none;
	color: blue;
}

img {
	border: 1px solid black;
}

.page {
	text-align: center;
	margin: auto;
	width: 650px;
	border: 2px solid #b0b0b0;
}

.innerpage {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 50px;
	margin-right: 50px;
	width: auto;
}

.horizrule {
	color: #b0b0b0;
}

div.spacer {
	clear: both;
}

.vspace {
	margin-top: 20px;
}

.imagecell {
	width: 100px;
	height: 100px;
	float: left;
	margin: 5px;
	position: relative;
	top : 0px;
	left : 0px
}

.navigator {
	font-size: 0.75em;
}

.navigator a:link, .navigator a:visited {
	color: #505050;
}