a.body:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a.body:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a.body:hover {
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}


a.body2:link {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
a.body2:visited {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
a.body2:hover {
	color: blue;
	text-decoration: underline;
	font-weight: bold;
}
a.10K:link {
	color: #9966CC;
	text-decoration: none;
	font-weight: bold;
}
a.10K:visited {
	color: #9966CC;
	text-decoration: none;
	font-weight: bold;
}
a.10K:hover {
	color: #CC00FF;
	text-decoration: underline;
	font-weight: bold;
}