.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
a.menu {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover.menu {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.link {
	text-decoration: none;
}
a:hover.link {
	text-decoration: underline;
}