﻿body
{
	font-family: Verdana;
	font-size: 14px;
	background-color: #e0f1cf;
}

a
{
	text-decoration: none;
	color: Black;
}

a:hover 
{
	text-decoration: underline;
	color: Darkblue;
}

.copyrightLabel
{
	font-family: Monospace;
	font-size: 12px;
}

.navigationTable
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

.navigationCell
{
	border-right: solid 1px;
	width: 150px;
}

.navigationCellEnd
{
	width: 150px;
}