.menuText
{
	font-family: courier new;
	font-size: 12pt;
	font-weight: bold;
	color: #543e82;
	text-align: center;
}

a.menuButton
{
	font-family: courier new;
	font-size: 12pt;
	font-weight: bold;
	color: #543e82;
	text-align: center;
	text-decoration:none;
}

a.menuButton:link
{
	font-weight: bold;
	text-decoration:none;
	color: #543e82;
}

a.menuButton:visited
{
	font-weight: bold;
	text-decoration:none;
	color: #543e82;
}

a.menuButton:active
{
	font-weight: bold;
	text-decoration:none;
	color: #543e82;
}

a.menuButton:hover
{
	font-weight: bold;
	text-decoration:none;
	color: #282139;
}

