a.b{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
a.b:hover{
	color:#FF0000;
	text-decoration:underline;
	font-weight:bold;
}
a.b1{
	color:#000000;
	text-decoration:none;
	font-size:9px;
}
a.b1:hover{
	color:#FF0000;
	text-decoration:none;
	font-size:9px;
}