BODY
{
	background : White;
	text-align : Center;
}

A:link
{
	color : Black;
	font-family :  Tahoma,serif;
}

A:hover 
{
	color: White;
	background : Black;
	text-decoration: none;
	font-family :  Tahoma,serif;
}

A:visited 
{
	font-family : Tahoma,serif;
}
	
A:active 
{
	font-family : Tahoma,serif;
	color : Black;
}

.textTop
{
	font-size: small;
	text-align : Center;
}

.textBody
{
	text-align : Center;
	font-family : Tahoma,serif;
	font-size : small;
	color : Black;
}

.textFooter
{
	text-align : Center;
	font-size : x-small;
}

.boxHeaderWide
{
	font-family : Tahoma,serif;
	background : Black;
	color : White;
	font-size : small;
	border : thin solid Black;
	padding : 2px 8px 2px 8px;
	width : 750px;
	text-align : left;
}

.boxWide
{
	font-family : Tahoma,serif;
	font-size : small;
	background : White;
	color : Black;
	border : thin solid Black;
	padding : 8px 8px 8px 8px;
	text-align : left;
	width : 750px;
}
