a {
	text-decoration: none;
}
a:link {
	color: #993300;
	text-shadow:0px 1px 0px #283966;
}
a:visited {
	color: #9900FF;
	text-shadow:0px 1px 0px #283966;
}
a:hover {	
	font-size: 16px;
	font-weight: bold;color: #33CC00;
	transition: all 0.3s ease;
	text-shadow:0px 1px 0px #283966;
	text-decoration: underline;
}
a:active {
	color: #009900;
	text-shadow:0px 1px 0px #283966;
}
