/*
Copyright (c) 2003-2005 Klaas Bor
All rights reserved.
*/
table
{
	border: 0px;
}

.bodygame
{
	background: white;
	color: black;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	border: 0px;
}

.bodyboard
{
	background: white;
	color: black;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	border: 0px;
}

td
{
	
	color: black;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	border: 0px;
}

/* Main Line Without Comments */
.e0
{
	color: black;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
}

/* Main Line With Comments */
.e1
{
	color: black;
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

/* Variants */
.e2
{
	color: green;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
}

/* Short Variants */
.e3
{
	color: blue;
	font-family: Arial;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
}

/* BoardTitle */
.boardtitle
{
	color: black;
	font-family: Arial;	
	font-style: normal;	
	font-weight: bold;
	font-size: 13px;
	text-align: left;	
}

/* GameTitle */
.gametitle
{
	color: black;
	font-family: Arial;	
	font-style: normal;	
	font-weight: bold;
	font-size: 13px;
	text-align: left;
}

/* GameLink */
.gamelink
{
	text-align: left;
}
