html, body {
	height: 600px;
	background: #300c00 url('../images/darkwood.jpg') fixed;
	font-family: Arial, Helvetica, Geneva, Verdana, Tahoma, sans-serif;
	padding: 0;
	margin: 0;
	cursor: url('../images/grey.cur'),auto;
}
a, img {
	outline: none;
}
A:link {
	background: #000000;
	color: #ffff00;
	text-decoration: none;
	cursor: url('../images/link.cur'),pointer;
}
A:visited, A:active {
	background: #556b2f;
	color: #800080;
	text-decoration: none;
}
A:hover {
	background: #000000;
	color: #ff0000;
}
span:hover {
	background: #c0c0c0;
}
#table1 {
	border-width: 0;
}
#table2 {
	border: solid 3px;
	border-color: #9c2c29 #391010 #391010 #9c2c29;
	margin: 10px 0 3px 13px;
	padding: 0;
	cursor: url('../images/yellow.cur'),auto;
	background: #6b2018;
}
#table3, #table4 {
	border: solid 1px black;
	margin: 3px;
	padding: 0;
	background: #6b2018;
}
#theboard {
	position: relative;
}
#anisq {
	top: 1px;
	left: 1px;
	position: absolute;
	visibility: hidden;
	z-index: 500;
}
.lastmove, .vardialog {
	height: 22px;
	font-size: 13px;
	margin-top: 3px;
	background: #f5e2c9;
}
.lastmove {
	width: 88px;
	cursor: url('../images/aero_select.cur'),text;
}
.vardialog {
	width: 101px;
	color: #006400;
	cursor: url('../images/link.cur'),pointer;
}
img.button {
	color: #999999;
	font-size: 10px;
	border-style: none;
	cursor: url('../images/link.cur'),pointer;
	background: #f5dbb5;
}