body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	background-color: #DEDEC6;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 18px;
	color: #800000;
	margin: 0px;
	font-weight: bold;
}
.pics {
display: inline;
	float: left;
	width: 350px;
	padding-bottom: 5px;

}

a:link, a:visited {
	color: #800000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

.date {font-size: 10px;}