/* 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: 5px;
}
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 table {
	margin: 0px 0px 0px 0px;

}

.txt td {
	margin: 0px;
	padding: 0px 0px 20px 70px;
	vertical-align: bottom;
	text-align: center;

}

.txt td :hover {
	background-color: #C18E49;

}

.txt img {
	border: 1px solid #C18E49;
	padding: 1px;
	
}

ul { 
	margin: 0px;
	padding: 0px;
	text-align: center;
}

li {
	list-style-type: none;
	line-height: 20px;
	font-family: verdana, tahoma, sans-serif;
	font-size: 13px;
	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;
	}
