body{
	background-color: #434343;
	font-family: Arial,Verdana,Sans-serif;
	font-size: 14px;
}

	a:link { text-decoration:none; color:#434343; }
	a:visited { text-decoration:none; color:#434343; }
	a:hover { text-decoration:none; color:#FFEB00; background-color: #E00000;}
	a:active { text-decoration:none; color:#FFEB00; }
	a:focus { text-decoration:none; color:#434343; }

.box{
	color: #434343;
	background-color: #FFEB00;
}	

a.shops {
	text-decoration: underline;
	color: #E00000;
}

a.shops:visited {
	text-decoration: underline;
	color: #E00000;
}

a.shops:hover {
	text-decoration: underline;
	color: #FFEB00;
	background-color: #E00000;
}

a.shops:active {
	text-decoration: underline;
	color: #FFEB00;
}

a.shops:focus {
	text-decoration: underline;
	color: #E00000;
}
