

a:hover {
	color: Yellow;
}
a {
	text-decoration: none;
}

.nahled a:hover img 
{
	border: 1px solid yellow;
}

