body {
	background-color:	#000000;
	color:			#ffffff;
	font-size:		0.75em;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-weight:		bold;
}

a:link {
	color:			#ffffff;
	font-weight:		bold;
	text-decoration: 	none;
}

a:visited {
	color:			#ffffff;
	font-weight:		bold;
	text-decoration: 	none;
}

a:hover {
	color:			red;
	font-weight:		bold;
	text-decoration: 	none;
}

a:active {
	color:			blue;
	font-weight:		bold;
	text-decoration: 	none;
}

h1 {
	margin:			2em;
	font-size:		2em;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-weight:		bold;
}

img { border: 0; }

img.left {
	float:	left;
	padding:	0px 5px 0px 0px;
}

img.right {
	float:	right;
	padding:	0px;
}

p {
	margin:	2em;
}

table {
	background:		url("../img/moose2.jpg") no-repeat top;
	border-collapse:	collapse;
	padding:		0px;	
	width:			1152px;
	height:			768px;
}

td {
	border-collapse:	collapse;
	padding:		0px;
}

td.left {
	text-align: 	left;
}

td.right {
	width:		25%;
	text-align:	right;
	vertical-align:	center;
}
