/*
-----------------------------------------------------
CSS file for exhibition pages
FileName:    style.css
Version:     2003.05.15
-----------------------------------------------------
*/

body {
	margin:0;
	padding:0;
	font:normal 16px "times new roman", "times", "serif";
	color:#333333;
}

.caption {
	font-family: "times new roman", "times", "serif";
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	font-style: normal;
}

.body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}

a:link {
	color: #990000;
}
a:visited {
	color: #CC3333;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF0000;
}

/* Place border around photo */
img { border: none; }
img.unlinked {
	border: 2px solid #dddddd; }
.credits {
	font-family: "times new roman", "times", "serif";
	font-size: 12px;
	font-weight: normal;
	color: #8F2018;
	font-style: normal;
}
