body {
	background-color: #000000;
	color: #ffffff;
	width: 800px;
	text-align: center;
	margin: 0px;
	font-family: sans-serif;
}

li
{
	list-style: none;
}

h2{
	text-align: left;
}

.header
{
	font-family: sans-serif;
	width: 775px;
	text-align: center;
	font: bold;
	text-decoration: none;
}

A:active
{
	color: #ffffff;
	text-decoration: none;
	border: none;
}

A:link
{ 
	color: #ffffff;
	text-decoration: none;
	border: none;
}

A:visited 
{ 
   color: #ffffff;
	text-decoration: none;
	border: none;
}