html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, ins, kbd, q, s, samp,
 strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

ul {
	margin-left: 20px;
}

body, input, textarea {
	color: #373737;
	font: 10pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.5;
}

body {
	background-color:#eee;	
	margin:50px 0px; padding:0px;
	text-align:center;
}

h1 {
	font-size: 1.8em;
	font-weight: 600;
}

h2 {
	font-size: 1.2em;
	font-weight: 600;
}

.content {
	width: 480px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	border:1px dashed #333;
	background-color:#fff;	
}

.info {
	border:1px solid #eee;
	font-size: 0.8em;
	font-weight: 350;
	margin-top: 40px;
	padding: 2px;
}

.footer {
	border-top:1px dashed #333;
	font-size: 0.8em;
	text-align:center;
	margin-top: 20px;
}