.b:link {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
.b:visited {
	text-decoration: none;
}
.b:hover {
	text-decoration: none;
}
.b:active {
	text-decoration: none;
}
.a:link {
	text-decoration: underline;
}
.a:visited {
	text-decoration: none;
}
.a:hover {
	text-decoration: none;
}
.a:active {
	text-decoration: none;
}
