body {
	color: black;
	font-size: 1em;
	font-family: verdana, arial, helvetica, sans-serif;
	background-image: url(./bckgrd.png);
	background-color: #fd9710;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top right;
}
h1 {
	font-size: 1.7em;
}
table {
	border-collapse: collapse;
}
td, th {
	padding: 0.2em;
	border: 1px solid #333;
}
.center {
	text-align: center;
}
A:link, A:visited {
	color: #741;
	background-color: inherit;
}
A:hover {
	text-decoration: underline;
	color: black;
	background-color: inherit;
}
A:active {
	color: black;
	background-color: inherit;
}
.menu {
	word-spacing: 2em;
}
.menu A {
	text-decoration: none;
}