a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFF00;
}
a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}
