.navigation
{
	display: none;
}

.huxihack
{
	display: none;
}

a
{
	color: black;
	background-color: white;
	text-decoration: none;
}

a:link 
{
	color: black;
	background-color: white;
	text-decoration: none;
}

a:visited 
{ 
	color: black;
	background-color: white;
	text-decoration: none;
}

a:active 
{
	color: black;
	background-color: white;
	text-decoration: none;
}

a:hover
{
	color: black;
	background-color: white;
	text-decoration: none;
}

