BODY {
	color: Blue;
	background-color: Silver;
	font-family: @Arial Unicode MS;
	font-size: x-small;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	background-image: url(background_1.jpg);
	background-position: center;
	background-repeat: repeat;
	background-attachment: fixed;
}

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

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