HTML
{
	height: 100%;
}

Body
{
	Background-image: url("MainBack.jpg");
	height: 100%;
	SCROLLBAR-ARROW-COLOR: Black;
	SCROLLBAR-BASE-COLOR: White;
}


A:Visited
{
	text-decoration: none;
	color:white;
}

A:Link
{
	text-decoration: none;
	color:white;
}

A:Active
{
	text-decoration: none;
	color:white;
}

A:Hover
{
 	text-decoration: underline;
	color:blue;
}
