body {
background-color:#ECECEC;
color: #000000;
margin:0;
}

a:link, a:visited {
	font-family: Georgia;
	text-decoration: none;
	color: #0087D2;
	font-size: 12px;
	letter-spacing: 1px;
	line-height:1.4em;
}
a:hover {
	font-family: Georgia;
	text-decoration: underline;
	color: #0087D2;
	font-size: 12px;
	letter-spacing: 1px;
	line-height:1.4em;
}


.dates {
color: #3981c1;
font-weight: bold;
}
p {
	color: #000000;
	font-family: Georgia;
	font-size: 11px;
	letter-spacing: 1px;
	line-height:1.4em;
	margin-top: 0px;
	margin-bottom: 0px;
}