body,html {
	text-align: center;
	background-color: #000;
	margin: 0;
}

div.content {
	margin-left: 65px;
	display: block;
	font-family: Verdana;
	font-size: 11px;
	color: yellow;
}

table {
	font-family: Verdana;
	font-size: 11px;
	color: yellow;
}


.artTable td {
	text-align: center;
	color: yellow;
}

a:link, a:visited {
	color: yellow;
	font-weight: bold;
}

a:hover, a:visited:hover {
	color: yellow;
	text-decoration: none;
}