a:link {
	text-decoration: none;
}
a:visited {
	color: #009900;
	text-decoration: none;
}
.b:link {
	text-decoration: none;
	color: #FFFFFF;
}
.b:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.b:active {
	text-decoration: none;
	color: #CCFF33;
}
.b:hover {
	color: #CCCCCC;
}
