@charset "utf-8";

/* Reset */
html,body,div,span,h1,h2,h3,h4,p,a,em,img,strong,ol,ul,li { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background:transparent; }
ol,ul { list-style: none; }
h1, h2, h3, h4 { font-weight: 400; }
a { text-decoration: none; }	
footer, header, nav, section { display: block; clear: both; }
.clearfloat { clear: both; }

body {
	margin: 0;
	padding: 1;
	background: #ed9887;
	-webkit-background-size: 1200px 1200px;
	/* Recent browsers */
	
	

}

h1 { 
	font-family: 'Yanone Kaffeesatz', arial, serif;
	color: #FADC00;
	text-shadow: #333 2px 2px 5px;
	font-size: 2.0em;
	text-align: center;
	margin: 5px 0px 15px 0px;
}

h2 { 
	font-family: 'Yanone Kaffeesatz', arial, serif;
	color: #FADC00;
	text-shadow: #333 2px 2px 5px;
	font-size: 1.5em;
	text-align: left;
	margin: 5px 0px 15px 0px;
}

h3, h4, h5, h6 {
	font-weight: bold;
	font-family: Lucida, sans-serif;
	color: #FADC00;
	text-shadow: #333 2px 2px;
	font-size: 1.7em;
	text-align: center;
	margin: 5px 0px 15px 0px;
}

p, em, a {
	margin: 10px;
	font-family: 'Yanone Kaffeesatz', arial, serif;
	color: #fff;
	text-shadow: #111 1px 1px 2px;
	font-size: 1.3em;
}

li {
	margin: 10px;
	font-family: 'Yanone Kaffeesatz', arial, serif;
	color: #fff;
	text-shadow: #111 1px 1px 2px;
	font-size: 1.3em;
	margin-left: 30px;
	list-style-type: square;
}



