@charset "utf-8";
/* CSS Document */
body {
	background-color: #281400;
	background-image: url(images/background.jpg);
}
.style2 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 14px;
}
a:link {
	color: #ff9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ff9900;
}
a:hover {
	text-decoration: underline;
	color: #ff6600;
}
a:active {
	text-decoration: none;
	color: #ff6600;
}

