/* CSS Document */

.body {
  font-family: Verdana, Arial, helvetica, sans-serif;
  font-size: 10px;
}

td {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 10px;
}

th {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 10px;
}
.description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666666;
	line-height: 12px;
}
.artist_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 20px;
	font-weight: bold;
}
.work-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
	line-height: 12px;
	font-style: italic;
}	

a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	background-color: #99CC00;
}
a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.bold-12 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
} 
.large-title {
	font-family: Arial, sans-serif;
	font-size:24px;
	color: #000000;
	line-height: 12px;
	font-weight: normal;
	font-style: italic;
}

