a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FFFF00;
}

a:active {
	color: #333333;
	text-decoration: none;
}

a.hidden {
	color: #333333;
	text-decoration: none;
}

a.hidden:visited {
	color: #333333;
	text-decoration: none;
}

a.hidden:hover {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a.hidden:active {
	color: #333333;
	text-decoration: none;
}

a.menu {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #0000FF;
}
body {
	font-family: Tahoma;
	color: #333333;
}
a.hidden:link {
	color: #333333;
}

