@charset "utf-8";

*
{
	text-decoration:none;
	margin:0;
	padding:0
}

html { overflow-y:scroll }

html, body
{
	font-family:CenturyGothic, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:1.25;
	color:#FFF;
	background:#172023;
	height:100%;
	width:100%
}

h1
{
	font-size:14px;
	font-style:italic
}

h2 { font-size:12px }
h3 { font-size:11px }
h4 { font-size:10px }

li { list-style:inside }
ul { list-style:disc }

blockquote, q
{
	font-size:10px;
	font-style:italic
}

a
{
	color:#FFF;
	text-decoration:none
}

a:hover, a:focus { color:#EB5733 }

a img, img { border:none }

strong {}
em {color:#EB5733}

pre, code
{
	font-size:100%;
	font-family:"Bitstream Vera Mono", "Lucida Console", "Courier New", monospace
}

pre
{
	width:90%;
	overflow:auto;
	background:#EEE;
	color:#555;
	margin:.75em 0;
	padding:12px
}

pre strong
{
	font-weight:400;
	color:#000
}

cite, em { font-style:italic }

fieldset
{
	border:1px solid #CCC;
	padding:20px
}

fieldset legend
{
	text-transform:uppercase;
	color:#CCC;
	padding:0 10px
}

h1, h2, h3, h4, h5, h6, blockquote { margin:0 }

ul, ol, body, li
{
	margin:0;
	padding:0
}

p, li p, blockquote p { margin:10px 0 }

