img.fixed {
	position: fixed;
	top:25;
	left:0;
}

a {
	color:#ff0000;
}

a:hover {
	color: #000000;
	text-decoration:underline;
}