#holder {
	width: 450px;
	margin: 0 auto 0 auto;
	background-color: #FFFFBB;
}

.chapter {
	background-color: #999966;
	margin-bottom: 2px;  
	overflow:hidden;
	height: 22px;
}

.chapter h4 {
	margin: 0;
	padding: 0;

}

.chapter h4 a {
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	width:100%;
	padding: 3px 0 3px 5px;
	display:block;	
 
}
.chapter h4 a:hover {
	color:#FFCC00;
	text-decoration: none;	
}



.section {
	padding:2px 2px 2px 15px;
	background-color: #FFFFBB;	
}

.section h4 {
	padding: 0;
	margin:0;
	font-size: 11px;
	font-weight:bold;
	color:#000000;
}

.section h4 a {
	font-size: 11px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

.section h4 a:hover {
	color: #C90000;
	text-decoration:none;
}

.articles {
	padding:0 2px 5px 15px;
	font-size: 11px;
	line-height:16px;
}

.articles a {
	color: #000000;
}

.articles a:hover {
	color: #C90000;
	text-decoration:none;
}

.link {
 
}

.ll {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-decoration: none;

}

a:hover.ll {
  color: #C90000;
}

