@charset "utf-8";
/* CSS Document */

body
{
	background-image: url(images/bkgimg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

A:VISITED {
	color: #A79C7A;
	text-decoration: underline
}
A:ACTIVE {
	color: #A79C7A;
	text-decoration: none
	font-weight: bold;
}
A:LINK {
	text-decoration:underline;
	color: #A79C7A;
	font-weight: bold;
}
A:HOVER {
	color: #D6D5BB;
	text-decoration: none
}