a:active { color:white; text-decoration:none; }
a:link { color:aqua; text-decoration:none; }
a:visited { color:aqua; text-decoration:none; }
a:hover { color:yellow; text-decoration:underline; }

.thumb a {
	border: 1px solid #000077;
}
.thumb a:hover {
	border: 1px dotted white;
}