/* This style sheet was written by Community MX and was distributed freely for use with the free North Pole CSS positioning template.
The North Pole template is freely available from http://www.communitymx.com - This comment should remain intact though you are free to edit the style sheet as you see fit. */

body { /* set everything to zero for a good cross-browser starting point */
	margin: 5 10 0 0; /* zeroes the margins on the body */
	padding: 0; /* zeroes the padding on the body ~ Opera carries a default padding and requires this zeroing */
	border: 0; /* zeroes off any existing border */
	background-color: #000000; /* sets the body background colour */
}
p {
	color: #FFFFFF;  /* set the default text color */
	font-family: Arial, Helvetica, sans-serif; /* set the default fonts */
	font-size: 11px;
	line-height: 140%;
}
a:link {
	color: #C2A992;
	text-decoration: underline;
}
a:active {
	color: #C2A992;
	text-decoration: none;
}
a:visited {
	color: #C2A992;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.italic {
	color: #FFFFFF;
	font: italic 14px "Times New Roman", Times, serif;
}

