
a{
	text-decoration : none;
	font-weight : normal;
}
a:link {
	color : #002299;
	background-color : transparent;
}
a:visited {
	color : #002299;
	background-color : transparent;
}
a:active {
	color : #999999;
	background-color : transparent;
}
a:hover {
	color : #ff8a00;
	background-color : transparent;
	text-decoration : none;
}

img {
	/* turns off gaps around images */
	border:0
}