@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/bg.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a {
	text-decoration:underline;
	color:#000000;
}

a:hover {
	color:#c57000;
	text-decoration:underline;
}