.a {
	font-size: 12px;
	line-height: 20px;
	color: #CC0000;
	text-decoration: none;
}
a.a:hover {
	color: #000000;
	text-decoration: underline;
}
.b {
	font-size: 12px;
	line-height: 22px;
	color: #535353;
	text-decoration: none;
}
a.b:hover {
	font-size: 12px;
	color: #990000;
	text-decoration: underline blink;
}
.c {
	border: 1px solid #666666;
}
