/* Chapter content CSS Document */

@import url("stylesheet/docbook/docbook.css"); 

.chaptercontent > hr, .chaptercontent hr {color: #D0D0D0;
 background-color: #D0D0D0; height: 1px; width: 80%;}

/*
.chaptercontent > a, .chaptercontent a {
	color: #D0D0D0;
} */

.chaptercontent > a {
	color:#0000CC;
}
.chaptercontent > a:hover {
	color:#0000FF;
}


/* Media print */
@media print{
	.chaptercontent {font-size: large;}
}