A, A:ACTIVE, A:HOVER, A:LINK, A:VISITED {
	background: #C5EED1;
	color: #00706D;
	text-decoration: none;
}

A:HOVER {
	text-decoration: underline;
}


BODY,TD {
	background: #C5EED1;
	color: #00706D;
	font-family: Arial, sans-serif;
	font-size: 10px;
	margin: 0 0 0 0;
}

.chess-black {
	background: #A8DBB8;
	color: #669999;
}

.chess-white {
	background: #B3E9C3;
	color: #00706D;
}

.chess-off {
	background: #A5CCC9;
	color: #00706D;
}

.chess-on {
	background: #A8DBD8;
	color: #00706D;
}

.line {
	background: #FFFFFF;
	color: #FFFFFF;
}
