a:link {
		text-decoration: none;
}

a:active {
	font-style: italic;
	text-decoration: none;
}
a:hover {
	background-color: #EEEEEE;
}
a:visited {
	text-decoration: none;
}
