BODY {
	color: White;
	background-color: Black;
	font-family: "Lucida Console", Monaco, monospace;
	letter-spacing: -0.5px;
	background-image: url(main/bk.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	}

A {
	color: White;
	text-decoration: none;
}

A:HOVER {
	color: Blue;
	text-decoration: none;
}

