body {
	background: url(../graphics/sandston.gif);
}
a {
	color: #00a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.centeredimg {
	margin: 0 auto;
	text-align: center;
}
h2 {
	border-bottom: 1px solid #666;
	text-indent: 0.3em;
	font-size: medium;
}
h3 {
	font-size: small;
	text-align: center;
	margin: 0;
}
#main {
	width: 800px;
	margin: 1em auto;
}
#main p, td {
	line-height: 1.4em;
}
#titlebox {
	text-align: center;
	line-height: 200%;
}
.navi {
	text-align: center;
	font-size: small;
	margin: 1em;
}
.navi a {
	color: #555;
	border: 1px solid #555;
	margin: 1em;
}
.navi a:hover {
	color: #00f;
	border: 1px solid #00f;
	text-decoration: none;
}
ul {
	line-height: 140%;
}
