a:link {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a:visited {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a:hover {
	color: #DE0A79;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a:active {
	color: #DE0A79;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

a:link .thumbs{
	border:1px solid #000000
}
a:hover .thumbs{               
	border:1px solid #DE0A79
}
a:active .thumbs{
	border:1px solid #DE0A79
}
a:visited .thumbs{
	border:1px solid #000000
}