html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, .btn 
{ margin: 0; padding: 0; border: 0; font-size: 100%; font-family: inherit; vertical-align: baseline }

body {
	width: 600px;
	margin: 3em auto;
	padding: 0;
	background-color: #666;
	color: #fff;
	font: 16px/24px HelveticaNeue, Helvetica, Arial, Sans-Serif;
}

#header {
	margin: 0 0 2em 0;
}

#footer {
	margin: 3em 0 0 0.25em;
}

pre, code {
	font-family: Monaco, Courier, monospace;
	font-size: 12px;
}

a {
	border-bottom: 1px solid #ccc;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

ul, ol {
	margin-left: 1em;
}

ul {
	list-style-type: square;	
}

blockquote {
	font-style: italic;
}

blockquote em {
	font-style: normal;
}

#header {
	color: #ccc;
}

#header p {
	margin-left: 0.25em;
	font-size: 125%;
}

#header a {
	border: 0;
	color: #ccc;
}

h1 {
	margin: 0.25em 0;
	font-size: 32px;
	line-height: 32px;
	font-weight: bold;
}

h2 {
	margin: 0.25em 0;
	font-size: 18px;	
	font-weight: bold;
}

#content p {
	margin: 1em 0;
}

#footer {
	font-size: 12px;
	text-transform: uppercase;
	color: #ccc;
}

#footer a {
	border: 0;
	color: #ccc;
}

#footer p {
	display: inline;
	margin: 0;
}

#footer ul {
	display: inline;
	list-style-type: none;
	margin: 0;
}

#footer li {
	display: inline;
	margin: 0 0.5em;
}