/* css */
body { 
	background-color: #251509;
	margin: 0px;
	scrollbar-face-color: #4F2D14;
	scrollbar-highlight-color: #59391C;
	scrollbar-3dlight-color: #27180B;
	scrollbar-darkshadow-color: #27180B;
	scrollbar-shadow-color: #59391C;
	scrollbar-arrow-color: #181007;
	scrollbar-track-color: #181007;
}
p {	padding-left: 9px;
	padding-right: 25px;
}
h1 {
	font-family: verdana, tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #C18E49;
	background-color: #4F2D14;
	padding-left: 5px;
}
.txtbody {
	background-image: url("txt.jpg");
	background-repeat: no-repeat;
}
.txt {
	font-family: verdana, tahoma, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #C18E49;
}
.txt a { 
	text-decoration: underline;
	color: #D0B38A;
	}
.txt a:link { 
	text-decoration: underline;
	color: #D0B38A;
	}
.txt a:active {
	text-decoration: underline; 
	color: #D0B38A;
	}
a:visited { 
	text-decoration: none;
	color: #D0B38A;
	}
.txt a:hover
	{ 
	text-decoration: underline;
	color: #C18E49;
	}
