@charset "UTF-8";
/* CSS Document */
.font_chapter{
	color:#5A3012;
	font-family:nastaligh;
	font-size:24px;
	float: right;
	text-align: right;
	text-decoration: none;
}

.list_books{
	
	color:#5A3012;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	

	
	
	
	text-align:right;
	
	
}
.ch_01{
	float:left;
	background-image:url(../buttons/audio.png);
	background-repeat:no-repeat;
	margin:auto;
	width:100px;
	height:25px;}
	
.ch_01:hover{
	background-image:url(../buttons/audio_hover.png);
	margin:auto;
	width:100px;
	height:25px;
	text-shadow:2px 2px 2px #000000;
	}

.new_ts{
	text-align:center;
	margin-top:5px;
	background-repeat:no-repeat;
	width:100px;
	height:25px;}
	
.new_ts:hover{
	
	margin-top:5px;
	width:100px;
	height:25px;
	font-size:13px;
	text-shadow:2px 2px 2px #000000;
	}
	
	.old_ts{
	text-align:center;
	margin-top:5px;
	background-repeat:no-repeat;
	
	width:100px;
	height:25px;}
	
.old_ts:hover{
	
	margin-top:5px;
	width:100px;
	height:25px;
	text-shadow:2px 2px 2px #000000;
	}
	
	a:link {color:#3F1E0E;
		text-decoration:none;}      /* unvisited link */
a:visited {color:#A57A17;
text-decoration:none;}  /* visited link */
a:hover {color:#EBD195;
text-decoration:none;}  /* mouse over link */
a:active {color:#000;
text-decoration:none;}  /* selected link */