#MainMenu {
	display: block;
	text-align: center;
	background-image: url(/images/card_middle.gif);
}
#MainMenu A
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px; 
	WIDTH: 150px;
	HEIGHT: 24px;
	COLOR: white;
	FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    FONT-STYLE: normal;
    FONT-FAMILY: verdana, sans-serif;
    TEXT-DECORATION: none;
	FONT-STYLE: normal;
	FONT-FAMILY: verdana, sans-serif;
	line-height: 24px;
	text-align: center;
}
#MainMenu A:link
{
    COLOR: white;
}
#MainMenu A:visited
{
	COLOR: white;
}
#MainMenu A:hover
{
	COLOR: yellow;
}
#MainMenu A:active
{
	COLOR: white;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-color: #660000;
	link="#9900FF"
	vlink="#0066CC" 
} 
