body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #000000;
	text-align: center;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	text-align: center;
}
#samples {
	margin-right: 10px;
}
#links a {
	color: #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}
#links a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#artspecs {
	color: #000000;
	text-align: center;
}
#artspecs a:link {
	color: #333333;
	text-decoration: underline;
}

#artspecs a:visited {
	color: #333333;
	text-decoration: underline;
}
#artspecs a:hover {
	color: #666666;
	text-decoration: none;
}

