img {
	display:none;
}
a {
	margin-right:10px;
}

body {
	font-family:Arial;
	font-size:1em;
}

a:active, a:focus {
	/* highlights current link when user presses TAB key */
	background: yellow;
	color:black;
}
