body {
	background-color: #eaf3f9;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
}
a.content_link:link {
	text-decoration: none;
	color: #66CCFF;
	font-weight: bold;
}
a.content_link:visited {
	text-decoration: none;
	color: #66CCFF;
	font-weight: bold;
}
a.content_link:hover {
	text-decoration: none;
	color: #003366;
	font-weight: bold;
}
a.content_link:active {
	text-decoration: none;
	font-weight: bold;
}