a {
	color: #467182;
	text-decoration: none;
}
a:hover {
	color: #467182;
	text-decoration: none;
}
div.container {
	margin: 0 auto;
	width: 674px;
}
div.content {
	float: left;
	width: 674px;
	padding: 20px;
	padding-top: 0;
}
p.left {
	text-align: left;
}
p.center {
	text-align: center;
}
body {
	font: 80% arial, sans-serif;
	background-color: #fff;
	color: #000;
}
h1 {
	font-size: 170%;
	text-align: center;
}
ul, ol {
	text-align: left;
}