.a1 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: yellow;
	text-decoration: none;
}
.a1:visited {
	color: yellow;
	font-weight:bold;
	text-decoration: none;
}
.a1:hover {
	color: yellow;
	font-weight:bold;
	text-decoration: none;
}
.a1:active {
	color: yellow;
	font-weight:bold;
	text-decoration: none;
}
.a1:link {
	color: yellow;
	font-weight: bold;
	text-decoration: none;
}