/* site-wide text, image, and link styles */

body
{
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	background: #000000;
	background-attachment:fixed;
	background-position: top center;
	background-repeat: no-repeat;
	color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6
{
	text-transform: lowercase;
	font-weight: normal;
}

h2
{
	margin-bottom: 10px;

	color: #FFFFFF;
	font-size: 1.7em;
}

h3
{
	margin-bottom: 10px;
	
	color: #FFFFFF;
	font-size: 1.25em;
}

h4
{
	margin-bottom: 10px;
}

p
{
	margin-bottom: 10px;
}

img
{
	border: none;
	-ms-interpolation-mode: bicubic;
}

a, a:link, a:visited, a:hover
{
	text-decoration: none;
	color: #8CC63F;
}

a:hover
{
	color: #CCFF66;
}

ul
{
	margin-bottom: 10px;
}

li
{
	list-style: square;
	list-style-type: square;
	list-style-position: inside;
	margin-left: 10px;
}

table
{
	margin-bottom: 10px;
}