table.arttable {
	width: 100%;
}

table.arttable div.image {
	background-color: rgb( 30, 30, 30);
        padding: 6px;
        margin: 0px;
	color: white;
	text-align: center;
}

table.arttable div.description a,
table.arttable div.description a:hover {
	color: white;
	text-decoration: underline;
	border-bottom: 0px;
}

table.arttable div.description {
	background-color: rgb( 40, 40, 40);
        padding: 6px;
        margin: 0px;
	color: white;
}

table.arttable td {
        vertical-align: top;
	background-color: rgb( 40, 40, 40);
}

table.arttable div.image img {
        padding: 0px;
        margin: 0px;
	border: 0px solid black;
	cursor: pointer;
}

table.arttable div.image a img {
	padding: 0px;
	margin: 0px;
	border: 1px solid black;
}

table.arttable div.image a:hover img {
	padding: 0px;
	margin: 0px;
	border: 1px solid white;
}

table.arttable div.image a:hover {
	border: 0px;
}
table.arttable a  {
	padding: 0px;
	margin: 0px;
	border: 0px solid black;
}

/*
table.arttable a:hover {
	padding: 0px;
	margin: 0px;
	border: 0px;
	border: 1px solid white;
}
*/
table.arttable a:link {
}

table.arttable a:visited {
}

