body { 
	background-color: black;
	margin: 0px;
	color: white;
}

table {	border: 0px; }

td {
	vertical-align: top;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
}

.workname, h2 {
	font-size: 14px;
	padding-bottom: 8px;
}

.stext {
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-left: 20px;
}

img { border: none }

#maintable {
	width: 660px;
	height: 660px;
	background-color: black;
	margin-top: 40px;
}

.s60x60 {
	width: 60px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
}

.s60x20 {
	width: 60px;
	height: 20px;
}

.s20x60 {
	width: 20px;
	height: 60px;
}

.cell { background-color: #222; }

.artist { font-size: 18px; }

.vertmiddle { vertical-align: middle; }

a {
	color: #AAA;
	text-decoration: none;
	outline: none;
}

a:hover { color: white; }

