a.body {
	text-decoration: none;
	color: #333333;
}
a:hover.body {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
a.menu {
	text-decoration: none;
	color: White;
}
a:hover.menu {
	text-decoration: underline;
	color: White;
}
