body  {
	background: gray url(/exhibits/pccomeshome/images/bg_metal_light2.gif);
}

p {
	font-family: "Arial", "Helvetia," sans-serif;
	font-size: 11.5pt;
	font-style: normal;
	font-weight: bold;
	color: "#000000";
}

.title {
	font-size: 22pt;
}

.cutline
{
	font-family: "Arial", "Helvetia," sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: "#000000";
}

.credit
{
	font-family: "Arial", "Helvetia," sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: "#000000";
}
	
a {
	color: blue;
}

a:Hover {
	color: red;
}	
a: visted {
	color: blue;
}

