BODY {
	color: White;
	background-color: Black;
	font-family: Fixedsys;
	font-size: small;
	letter-spacing: -1px;
	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;
}
