﻿body,table 
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color: White;
}
body
{
	background-color: #000000;
}
a
{
	color: #ffffdf;
	font-weight: bold;
}
div.TableHorizontal
{
	background-image: url(/Images/TableHorizontal.jpg); 
	height: 30px; 
	font-size: 20px;
}
div.TableVertical
{
	background-image: url(/Images/TableVertical.jpg); 
	width: 22px; 
	float: left;
}
table.datagrid
{
	border: groove 4px #A08944;
	color: #000000;
	background-color: #ffffff;
	text-align: left;
}
table.datagrid th
{
	background-color: #A08944;
	color: #ffffff;
	text-align: center;
}
table.datagrid caption
{
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
}
table.datagrid a, div.body a
{
	color: #000000;
}
div.body
{
	border: groove 4px #A08944;
	color: #000000;
	background-color: #ffffff;
	text-align: left;
	padding: 6px;
}
.albion {
	background-color: #bbaaaa;
}
.hibernia {
	background-color: #aabbaa;
}
.midgard {
	background-color: #aaaabb;
}
.united,.fallen,.battleground,.tied
{
	background-color: #ffffff;
}
.Question
{
	font-weight: bold;
}
.Title
{
	font-size: 20px;
	font-weight: bold;
}