body 
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
}

p
{
	margin-top: 4px;
	font-size: 12px;
	line-height: 1.8;
}



a
{
	color: #FFFFFF;
	text-decoration:underline;
}

.boldColour
{
	font-size: 12px;
	color: #B08857;
	font-weight:bold;
}

a:hover
{
	
	text-decoration:none;
}

h1, h2, h3
{
	font-family: Pristina, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #B08857;
	margin-bottom:4px;
}

.fancy
{
	font-family: Pristina, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.5;
}

h1
{
	font-size: 30px;
}

h2
{
	font-size: 26px;
}

h3
{
	font-size: 22px;	
}

.links
{
	font-size: 13px;
}

.links a
{
	color: #FFFFFF;
	text-decoration:none;
}

.links a:hover
{
	text-decoration:underline;
}

.footer
{
	margin-top: 10px;
	text-align: center;
	font-size: 13px;
}

.footer a
{
	color: #FFFFFF;
	text-decoration:none;
}

.footer a:hover
{
	text-decoration:underline;
}

