html, body {
	background-color: white;
}

h1 {
	color:#38616E;
	font-size:24px;
	font-weight:normal;
	line-height: normal;
}

h3 {
	color:#999999;
	font-size:14px;
}

h1.title {
	margin-bottom:0;
}

h3.date {
	margin-top:0;

}

#wrapper {
	width: 600px;
	margin:20px auto;
	line-height: 1.5em;
}

.logo {
	margin: 0 0 20px 0;
}

.footer {
	margin: 40px 0 20px 0;
	text-align: center;
	color: #999999;
	line-height: normal;
	border-top: 1px solid #CCCCCC;
	padding-top: 20px;
}

a {
	color: #0044cc;
}

