body
{
	background: #1D1C22 url(/static/background.jpg) top center no-repeat;
	font-family: verdana, arial, helvetica, san-serif;
	font-size: 0.76em;
	color: #9C98A9;
	line-height: 1.7em;
	text-align: justify;
}

ul li
{
	padding: 10px 0px 10px 40px;
	
	list-style: none;
	vertical-align: middle;
	background: url(/static/bullet.png) center left no-repeat;
}

img
{
	border: 0;
}

h1,h2,h3,h4,h5,h6
{
	text-transform: lowercase;
	font-weight: normal;
	color: #FFCC00;
}

p + p, p + ul
{
	margin-top: 20px;
}

h2
{
	font-size: 1.6em;
	margin-bottom: 30px;
}

a, a:link, a:hover, a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover
{
	color: #FFCC00;
}