a {
	color: #3366FF;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #cc9900;
}

