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

.tables a:link img {
	border-color: #ffffff; 
	border-style: dashed;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	background: #151515;
}

.tables a:visited img {
	border-color: #000000; 
	border-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	background: black;
}

.tables a:hover img {
	border-color: #000000; 
	border-style: dashed;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	background: #000000;
}

.tables {
	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;
}