* {
	border: 0;
	margin: 0;
	padding: 0;
}


body {
	font-size: 90%;
	line-height: 1.5em;
	color: #333;
	background: #009ff2;
	font-family: 'Open Sans', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
}

#content {
	background: #fff;
	margin: 5em auto 2em auto;
	padding: 2em;
	text-align: left;
	width: 40%;
}

h1 {
	font-size: 2.2em;
	line-height: 1em;
	margin-bottom: 1em;
	padding-bottom: .25em;
	border-bottom: 4px double #ddd;
}
p {
	font-size: 1em;
	margin-bottom: 1.5em;
}
small {
	color: #999;
	font-size: .9em;
}

a, a:link, a:visited {
	border-bottom: 1px solid #ddd;
	color: #009FF2;
	display: block;
	text-decoration: none;
	margin-bottom: .5em;
	padding: .25em 0;
}

a:hover, a:hover, a:active {
	color: #D72A14;
	text-decoration: underline;
}

img, a img {
	border: 0;
}

