<?php header("Content-type: text/css; charset: UTF-8"); ?>
@CHARSET "UTF-8";



html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,del,dfn,font,img,ins,kbd,q,s,samp,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0px;
	padding: 0px;
	border: 0;
	font-weight: inherit;
	font-family: "Ubuntu",sans-serif;
	vertical-align: baseline;
	line-height: 1.8em;
	font-variant: inherit;
	font-style: inherit;
	outline: 0;
	color: #505052;
}

*:focus {
	outline: 0;
}

body {
    font-family: 'Ubuntu',sans-serif;
	background: #fff;
	font-size: 62.5%;
}

a {
	text-decoration: none;
	color: #aaa;
}
a:hover {
	color: #dede00;
}

h1,h2,h3,h4,h5,h6 {
	color: #dede00;
	margin: 1em 0;
}

h1,h2 {
	font-size: 1.4em;
	background: #dede00;
	color: #505052;
	text-transform: uppercase;
	padding: 2px 5px;
	margin-bottom: 10px;
}

h3,h4,h5,h6 {
	font-size: 1.3em;
}

p {
	font-size: 1.2em;
	margin: 2em 0;
}

hr {
	background: #dede00;
	border: none;
	height: 1px;
	margin: 30px 0 5px 0;
}

/* CLASSES */

.clear {
	clear: both;
}

.error {
	color: #c00;
}

.wrapper {
	position: relative;
	top: 50px;
	left: 50%;
	margin-left: -200px;
	width: 400px;
	padding: 0;
}

.footer {
	margin: 0;
	font-size: 1em;
	color: #aaa;
}