a {
	text-decoration: none;
	color: #333366;
	font-weight : bold;
}

:hover {
	color: #FF6600;
	font-weight : bold;
	text-decoration: underline;
}