Body  {
	font-size : medium;
	font-family : "Arial";
	color : Black;
	background-color : #D8B98B;
	margin-left : 0;
	margin-top : 0;
}

A  {
	font-size : small;
	font-weight : normal;
	color : Black;
	text-decoration : none;
	font-family : Arial Narrow;
}

A:Hover  {
	text-decoration : underline;
	color : #02398C;
	font-weight : bold;
}

A.menu  {
	font-size : medium;
	font-weight : bold;
	color : White;
	text-decoration : none;
	font-family : "BankGothic Lt BT";
}

A.menu:Hover  {
	text-decoration : underline;
	color : Gray;
	font-weight : bold;
}