/* @override 
	http://www.sixsidedstudio.com/reset.css
	http://localhost:8888/studio/css/reset.css
*/

* {
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	}
	
h1,h2,h3,h4,h5,p,a,li,ul {
	text-decoration: none;
	color: #fff;
	font: normal normal 14px/1.5em "Helvetica Neue";
}	
 
ul li{
	list-style-type: none;
	
}
 
fieldset {
	border-style: none;
}

a img{
	border: none;
}

h1 {
	font: 30px "Marker Felt", "Helvetica Neue", Arial;
	color: #ffffff;
	text-align: left;
	margin-bottom: 25px;
}

h2 {
	font: 25px "Marker Felt", "Helvetica Neue", Arial;
	color: #47b6bc;
	margin-bottom: 10px;
}

h3 {
	font: 20px "Marker Felt", "Helvetica Neue", Arial;
	color: #63f7ff;
}

.shadow {
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
}

.round {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}