/* CSS Document */

body {
/*	background-image: url(images/BKG.jpg);*/
	margin-top: 0px;	
	background: #2F1806 url(images/BKG.jpg) repeat-x;
}
.menu {
	font-family: Georgia;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: none;
	
}
a:hover {text-decoration:underline;
color:#FFFFFF;}

.credits {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFCC;
}
.text {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}
.titles {
	font-family: Papyrus;
	font-size: 18px;
	color: #990000;
	font-weight: bold;
}
