body {
	font:76.5%/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	background:#000;
	color:#fff;
}

input, textarea, select, option {
    font:1em Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a {
    color:#f00;
}

a:focus {
	outline:1px dotted invert;
}

hr {
	border:0 #333 solid;
	border-top-width:1px;
	margin-bottom:22px;
	clear:both;
	height:0;
}

sup {
	font-size:.8em;
	vertical-align:top;
}

h1 {
    font-weight:normal;
	font-size:3em;
}

h2 {
    font-weight:normal;
	font-size:1.5em;
	color:#f00;
}

h3 {
	font-size:1.1em;
}

h4, h5, h6 {
	font-size:1em;
}

ol {
	list-style:decimal;
}

ul {
	list-style:square;
}

li {
	margin-left:30px;
}

em {
    font-style:normal;
    color:#f00;
}

p,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom:8px;
}
