
BODY {
	background-color: white;
	color: black;
	margin-left : 0;
	margin-top : 0;
	font-family: Arial, Helvetica, sans-serif;
}

.newshead{
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #993333;
	background-color: white;
}
.newscredit{
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: white;
}
.newsdate{
	font: italic 12px Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: white;
}
.newstext{
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: white;
}
.news{
	background-color: white;
	color: black;
	border-top: 1px dashed Silver;
	margin: 20px 350px 0px 100px;
}
.photocredit{
	font: 10px Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: white;
}