body a:link {
	color: blue;
	text-decoration: none;
}
body a:visited { 
	color: blue; text-decoration: none 
}
body a:hover { 
	color: red; text-decoration: underline overline 
}

#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}