@charset "utf-8";
body {
	background-attachment: scroll;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #1D140F;
}
a:link {
	text-transform: uppercase;
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
	text-transform: uppercase;
	color: #FF9900;
	text-decoration: none;
}
a:active {
	text-transform: uppercase;
	color: #FFCC00;
}
li {
	font-size: 24px;
	color: #FFCC00;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
