BODY {
	color: White;
	background-image: url(background_1.jpg);
	background-attachment: fixed;
	background-color: Black;
	font-family: Arial;
	font-size: small;
	text-align: center;
	font-style: normal;
	font-weight: normal;
}

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

A:HOVER {
	color: Yellow;
	text-decoration: none;