.tables a:link img {
	border-color: black; 
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background: black;
}

.tables a:link img {
	border-color: #000000; 
	border-style: dashed;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background: #151515;
}

.tables a:visited img {
	border-color: #000000; 
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background: black;
}

.tables a:hover img {
	border-color: #FF0000; 
	border-style: dashed;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background: #FF6600;
}

.tables {
	border-color: #white; 
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: black;
}
