body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
#wrapper {
	width: 315px;
}
#wrapper a {
	color: #88B7FF;
	text-decoration: underline;
	font-weight: bold;
}
#wrapper a:hover {
	font-weight: bold;
	color: #88B7FF;
	text-decoration: none;
}
h1 {
	font-size: 16px;
	color: #375BA2;
}
p {
	font-size: 10px;
	line-height: 14px;
	color: #333333;
}
a:link {
	font-weight: bold;
	color: #88B7FF;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #88B7FF;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #88B7FF;
	text-decoration: none;
}
.date {
	text-transform: uppercase;
	font-weight: bold;
}
