@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 75px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000033;
}
a:hover {
	text-decoration: none;
	color: #0033CC;
}
a:active {
	text-decoration: none;
	color: #000099;
}
.style1 {font-size: 14px}

.year {
	color:#999;
}


a.exhibit:link {
	color: #900;
	text-decoration: none;
}
a.exhibit:visited {
	text-decoration: none;
	color: #900;
}
a.exhibit:hover {
	text-decoration: none;
	color: #C03;
}
a.exhibit:active {
	text-decoration: none;
	color: #C00;
}