/* 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: underline;
	font-weight: normal;
}
a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
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:26px;
	color: #000000;
	line-height: normal;
	font-weight: lighter;
	font-style: italic;
}
img {
	border-width: 1px;
	border-color: #CCCCCC;
}

