.b a:link {
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}
.b a:visited {
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}
.b a:hover {
	font-size: 12px;
	line-height: 20px;
	color: #9900CC;
	text-decoration: none;
}
.c a:link {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #FF3333;
	text-decoration: none;
}
.c a:visited {
	font-size: 12px;
	line-height: 20px;
	color: #FF3300;
	text-decoration: none;
	font-weight: bold;
}
.c a:active {
	font-size: 12px;
	line-height: 20px;
	color: #FF3300;
	text-decoration: none;
}
.c a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FF3300;
	text-decoration: underline;
	line-height: 20px;
}
.b a:active {
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}
