a
{
	color: #336600;
	text-decoration: none;
}
a:hover
{
	color: #333333;
	text-decoration: none;
}
a:link
{
	text-decoration: none;
}
a:active
{
	color: #333333;
	text-decoration: none;
}

Body
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

H1
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.button
{
	background-color: white;
	border-bottom: solid 1px;
	border-left: solid 1px;
	border-right: solid 1px;
	border-top: solid 1px;
	color: #000000;
	cursor: hand;
	font-family: verdana,tahoma,sans-serif;
	font-size: 7pt;
}

.MenuLink
{
	color: #FFFFFF;
	text-decoration: none;
}

a.MenuLink:hover
{
	color: #F8D201;
	text-decoration: none;
}
a.MenuLink:link
{
	text-decoration: none;
}
a.MenuLink:active
{
	color: #F8D201;
	text-decoration: none;
}