body 
{ 
	background-color: rgb(217,198,181); 
}

h1 
{ 
	color: #56420c; 
}

TABLE
{
	text-align: left;
	font-weight: bold;
	font-size: 11pt;
}
TD
{
	background-color: #56420c;
	border: 2px outset white;
}
TD.submenu
{
	font-size: 16px;
	text-align: center;
	background-color: #56420c;
	border: 2px outset white;
}
TD.emptycell 
{
	text-align: center;
	background-color: rgb(217,198,181);
}

a:link 
{ 
	color: rgb(217,198,181); text-decoration: none; }
}

a:visited
{ 
	color: rgb(217,198,181); text-decoration: none; }
}