/*
Copyright (c) 2003 Klaas Bor
All rights reserved.
*/

.bodygame
{
	background: F5F5F5;
	color: black;
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-size: 16;
}

.bodyboard
{
	background: CCCCCC;
	color: black;
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-size: 14;
}

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

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

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

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

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

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

/* GameLink */
.gamelink
{
	text-align: left;
}
.gametitlecenter {
	color: black;
	font-family: Tahoma;	
	font-style: normal;	
	font-weight: bold;
	font-size: 16;
	text-align: center;
}
