.thumbnail {
border: 20px; border-thickness: 20px; border-color: white; border-style: solid;
}
A:hover, A:active {color: white}
A:hover .thumbnail, A:active .fotgal {border: 20px; border-thickness: 20px;
border-color: black; border-style: solid}


.bottom {
	color: white;
	border-bottom: solid white 10px;
	border-top: solid white 10px;
	margin-bottom: 3px;
	margin-right: 10px;
	padding-bottom: 5px;
}
A:active .bottom {
	color: white;
	border-bottom: solid white 10px;
		margin-right: 10px;
			margin-bottom: 3px;
	border-top: solid white 10px;
	padding-bottom: 5px;
}
A:hover .bottom {
	border-bottom: solid black 10px;
		margin-right: 10px;
		margin-bottom: 3px;
	border-top: solid white 10px;
	padding-bottom: 5px;
}


.link {
	color: white;
	border-bottom: solid white 10px;
	border-top: solid white 10px;
}
A:active .link {
	color: white;
	border-bottom: solid white 10px;
	border-top: solid white 10px;
}
A:hover .link {
	border-bottom: solid black 10px;
	border-top: solid white 10px;
}

.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}


