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, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	background:#333;
	line-height: 1;
	margin:20px 0px;
	padding:0px;
	text-align:center;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END HTML RESET */
a {
	color:#E16E10;
	font-weight:800;
	text-decoration:none;
}
a:hover {
	box-shadow: 0 0 2px #000;
	color:#F0FC05;
	padding:2px;
}
h1 {
	font-size:20px;
	font-weight: 700;
	padding-bottom:10px;
}
li {
	padding:3px;
}
p {
	font-size:16px;
	padding:5px;
}
#contact {
	border:1px solid #222;
	border-radius:8px;
	margin:10px auto;
	padding:15px;
	width: 360px;
}
#content {
	background-color:#A0C3FF;
	border:2px solid #333;
	border-radius:8px;
	box-shadow: 0 0 10px #FFFFFF inset;
	margin:0px auto;
	padding:15px;
	text-align:left;
	width:400px;
}
.label {
	float:left;
	font-weight:bold;
	width:65px;
}
