/* div.chapters */
div.chapters {
	width: 100%;
	background-color: Indigo;
	padding: 10px 0px;
}

div.chapters > a {
	margin-left: 80px;
	color: white;
}

div.chapters > a:hover {
	text-decoration: underline;
}


/* div.subjects */
div.subjects {
	position: relative;
	left: 100px;
	top: 50px;
	width: 20%;
	display: inline-block;
	vertical-align: top;
}

div.subjects a {
	color: dodgerblue;
}

div.subjects a:hover {
	text-decoration: underline;
}
