#exhibits_past_links {
	/* background: #EBF8FE; */
	text-align: left;
	margin-left: 0px;
	padding: 5 5 5 5;
}

#exhibits_past_links table {
	width: 180px;
	background:#EBF8FE;
	text-align:left;
	margin-left: 0px;
}
#exhibits_past_links tr th{
	font-size: 18px;
	font-family: 'Verdana', Arial;
	font-weight: bold;
	color: #556677;
}
#exhibits_past_links tr td{
	margin-left: 10px;
	font-size: 13px;
	font-family: 'Verdana', Arial;
	color: #334455;
}
#exhibits_past_links table td a:link, #exhibits_past_links table td a:visited{
	font-size: 11px;
	color:#000000;
	text-decoration:none;
	font-weight: bold;
}
#exhibits_past_links table td a:hover{
	color:#009900;text-decoration:underline;
	font-weight: bold;
}