body {
	background-color: #396B73;
}

a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #396B73;
	text-decoration:underline overline;
}

a:active {
	color: #000000;
	text-decoration: underline;
}


p, td {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.date {
	color: #396b73;
	font-size: 10px;
	text-align:center
}

h1 {
	background-color: #396b73;
	border: 1px #48697B solid;
	color: #FFF0E0;
	font-size: 18px;
	font-weight: bold;
	text-align:center;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 2px;
}

.watermark {
	background-image: url(images/watermark.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}