

BODY {
	color: Navy;
	background-color: White;
	font-family: "Century Gothic", serif;
	font-size: medium;
	font-weight: normal;
	background: White url(base.jpg);
	text-align: justify;
	background-image: url(../base.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	font-style: normal;
	line-height: -1px;
}

A {
	color: Navy;
}

A:HOVER {
	color: Fuchsia;
}