body {
	margin: 0;
	padding: 0;
	max-width: 640px;
	color: #000;
	background: #fff;
	font-family: Verdana,Geneva,sans-serif;
}
p, h2 {
	margin-left: 10px;
}
img {
	max-width: 50%;
	height: auto;
}
h1 {
	border-bottom: 1px solid #031952;
	color: #bbb;
	font-size: 1.25em;
	font-weight: bold;
	margin: 0;
	padding: .7em .3em .7em 5em;
	text-align: left;
	text-shadow: 0 1px 1px #031952;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: #05488c;
	background: -webkit-gradient(linear, left top, left bottom, from(#3277ba), to(#05488c)); /* lte Android 2.3 */
	background: -webkit-linear-gradient(top, #3277ba, #05488c);
	background: linear-gradient(to bottom, #3277ba, #05488c);
}
.logo {
	position: absolute;
	top:.6em;
	left: 1em;
}