@charset "UTF-8";
/* CSS Document */
body { 
	background: #7FCED3;
	color: #FFF;
	margin: 0 auto;
	text-align: center;
	font-weight: 100;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
a { 
	color: #FFF; 
	text-decoration: none;
}
a, span, p { 
	display: block;
	padding: 3px; 
}
a:hover { 
	color: #E2433F; 
	background: #DFE55F; 
}
span { color: #666; }
h1 { 
	font-size: 55px; 
	font-weight: 700; 
}
h2 { 
	font-weight: 500; 
}
h1, h2 { 
	color: #F7666B;
	line-height: 18px;
	text-shadow: 0 1px 0 rgba(226,255,255,.8);
}
h1:hover, h2:hover { 
	color: #DFE55F;
	text-shadow: 0 1px 0 rgba(226,67,63,1);
}
ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	clear: both;
	width: 600px;
}
li {
	list-style: none;
	float: left;
	padding: 0 10px 0 0;
	margin: 0;
	font-weight: 300;
}
p { clear: both; }
div#page {
	width: 940px;
	margin: 0 auto;
	padding: 25px;
	text-align: left;
}
