

img {
display: block;
}
a { text-decoration: none; }

a:hover{
	color:#990000;
	text-decoration:underline;
	
} 