body 
	{
	background-color: black;
	background-image: url("Images/Background.jpg");
	background-repeat: no-repeat;
	background-position: 50% 0%;
	margin: 0px;
	padding: 0px;
	}
page 
	{
	margin: 0;
	padding: 0;
	border: 0;
	}
#header
	{
	position:absolute;
	left:50%;
	width:500px;
	margin-top:0px;
	margin-left:-401px;
	}
	
a:visited
	{
	color: white;
	font-size: 85%;
	font-family: sans-serif;
	text-decoration:none;	
	}	
a:link
	{
	color: white;	
	font-size: 85%;
	font-family: sans-serif;
	text-decoration:none;
	}
a:active
	{
	color: white;
	font-size: 85%;
	font-family: sans-serif;
	text-decoration:none;	
	}	
a:hover
	{
	color: black;
	background: white;
	font-size: 85%;
	font-family: sans-serif;
	text-decoration:none;	
	}	
a.noColor:link
	{
	color: black;
	border="0";	
	font-size: 85%;
	font-family: sans-serif;
	text-decoration:none;
	}
p
	{
	color: white;	
	font-family: sans-serif;
	}
p.small
	{
	color: white;
	font-size: 70%;		
	font-family: sans-serif;
	}
h2,h3,h4,h5,ul,li
	{
	color: white;	
	font-family: sans-serif;
	}

