body {
	margin: 0px;
	padding: 0px;
	background-color: #666;
}
.content {
	background-color: #fff;
}
p.title {
	margin-top: 25px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	font: 11px Tahoma, Geneva, sans-serif;
	color: #014b6e;
	line-height: 22px;
}
p.address {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	font: 13px Tahoma, Geneva, sans-serif;
	color: #014b6e;
	line-height: 20px;
}
a.address {
	text-decoration: none;
	color: #014b6e;
}
a.address:hover {
	text-decoration: none;
	color: #014b6e;
}