.a1 {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.a2 {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.a2:hover {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
.a1:hover {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
