/* Stylesheet for Photolith site */
body	{
	background-color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	margin-left: 20pt;
	margin-right: 20pt;
	margin-top: 20pt;
	}
h1	{
	font-size: 12pt;
	text-align: center;
	font-style: italic;
	}
h2	{
	font-size: 8pt;
	text-align: right;
	font-weight: normal;
	}
h3	{
	font-size: 24pt;
	text-align: center;
	font-style: strong;
	}
h4	{
	font-size: 11pt;
	text-align: left;
	font-style: italic;
	}
p	{
	font-size: 12pt;
	}
table	{
	font-size: 12pt;
	width: 100%;
	}
A:link	{
	color: #0000cc;
	}
A:visited{
	color: #0000cc;
	}