﻿/*
Copyright (c) 2003-2005 Klaas Bor
All rights reserved.
*/

body   {
	background: #E6E6E6 url(../images/vaandel_ctd3.jpg) no-repeat top left;
	}
	
p       {
	font-size: 1pt;
}	

.bodygame
{
	color: black;
	font-family: Tahoma;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 16pt;
}

.bodyboard
{
	color: black;
	font-family: Tahoma;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 14pt;
}

/* 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
{
	margin-top: 9em;
	color: #003300;	
	font-family: Tahoma;	
	font-style: normal;	
	font-weight: bold;
	font-variant: small-caps;
	font-size: 15pt;
	text-align: left;	
}

/* GameTitle */
.gametitle
{
	color: #003300;
	font-family: Tahoma;	
	font-style: normal;	
	font-weight: bold;
	font-size: 14pt;
	text-align: left;
}

/* GameLink */
.gamelink
{
	text-align: left;
}

