a:link, a:active, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #000000;
}
a.menu {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
a.menu:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.menu:hover {
	color: #000000;
	background: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.menu2 {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}
a.menu2:visited {
	color: #000000;
	text-decoration: none;
}
a.menu2:hover {
	color: #FFFFFF;
	background: #000000;
	text-decoration: none;
}
