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

A:hover #screenshot {
   border-color: #c00;
}
