/* CSS Document */

#exhibitions {
	font-size: 12px;
	padding: 5px;
}
#exhibitions a:link, #exhibitions a:active, #exhibitions a:visited{
text-decoration:none;
color:#9999CC;
}
#exhibitions a:hover{
text-decoration:underline;
}
#exhibit_desc {
	font-family: Arial, sans-serif, Verdana;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
	padding-right: 50px;
	padding-left: 50px;
}
