 /* unvisited link */
a:link {
	text-decoration: none;
	color: #ffbb44;
/*	font-family: 'PixelOperatorHB', sans-serif;*/
	background-color: #175;
	font-size: large;
}

/* visited link */
a:visited {
	color: #2d9;
	background-color: #175;
}

/* mouse over link */
a:hover {
	color: #fff;
	background-color: #E72;
}

/* selected link */
a:active {
	color: #058;
} 
a:has(img) {
    background: none !important;
}