/* Pad around images in the news copy */
.copyimages { padding: 5px; border: solid 1px black; }
body {
	margin: 0px;
	margin-right: 10px;
	color: black;
}
th { text-align: center; }
h1, h2, h3, body, li, td, p, th {
	font-family: arial, helvetica, sans-serif;
	color: black;
	font-size: 16px;
}
h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
#copyright {
	text-align: center;
	clear: both;
	margin: 0px;
}
#copyright p {
	font-size: 10px;
	margin: 0px;
}

