.thb a:link img {
	border-color: white; 
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background: black;
}

.thb a:link img {
	border-color: #808080; 
	border-style: dashed;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background: #151515;
}

.thb a:visited img {
	border-color: #FF9900; 
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background: black;
}

.thb a:hover img {
	border-color: #264be1; 
	border-style: dashed;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background: #7993FE;
}

.thb {
	border-color: #white; 
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: black;
}