body 
{
	background-color: black; 
	font-family: Helvetica;
}

a:link
{
color :purple;

}

h3
{
	font-size: 14px;
}

h4
{
	font-family: Helvetica;
	color: white;
}

.UnitName
{
	margin: 0px;
	font-size: 24px;
	color: white;
}

.contentTable
{
	table-layout:fixed;
	border: 10px solid white;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	border-spacing: 0px;
	margin-top: 30px;
}

.navCell
{
	background-color: #FFFF99;
	text-align: center;
}

.contentCell
{
	background-color: #527F76;
	border-left: 10px solid white;
}

.headerRow
{
	background-color: #CCCC99;
}

.headerColumn
{
	border-bottom: 10px solid white;
}

td
{ 
	text-align: center;
	vertical-align: top;
}

table
{
}
