BODY {
	color: Maroon;
	background-color: #333333;
	font-family: @Arial Unicode MS;
	font-size: x-small;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	background-image: url(red_wine.jpg);
	margin: 0% 12% 12% 12%;
	margin-bottom: 2px;
	background-position: center;
	background-repeat: repeat;
	background-attachment: fixed;
}

A {
	color: #FFFFCC;
	text-decoration: none;
}

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