body
{
	background-color: black;
	text-align: center;
	margin: 0px 0px;
	padding: 0px;
}#Content 
{
	width: 1000px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

a:link 
{
	font-family: Arial Narrow;
	text-decoration: none;
	font-weight: bold;
	color: rgb(192,192,192);	
}

A:visited
{
	font-family: Arial Narrow;
	text-decoration: none;
	font-weight: bold;
	color: rgb(192,192,192);
}

A:active
{
	font-family: Arial Narrow;
	text-decoration: none;
	font-weight: bold;
	color: rgb(192,192,192);
}

A:hover
{
	font-family: Arial Narrow;
	text-decoration: underline;
	font-weight: bold;
	color: rgb(255,255,255);
}