b:link {
	color: #069;
	text-decoration: none;
	}
b:visited {
	color: #666;
	text-decoration: none;
	}
b:hover {
	color: #999;
	background-color: #06C;
	text-decoration: none;
	}
b:active {
	color: #09F;
	}

