/* CSS reset (adapted from Blueprint CSS 0.81) */
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

body{
	font-family: arial, helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	}
h1{
	font-size:34px;
	color:#4d4d4d;
	padding-top:40px;
}

h2{
	font-size:30px;
	color:#4d4d4d;
	padding-bottom:60px;
}

p a{
list-style:none;
}

#logo{
	margin-top:60px;
	margin-bottom:40px;
	}
	
