@charset "utf-8";
#navigation a:link {
	color: #FFF;
	text-decoration: none;
}
#chapters a:link {
	color: #FFF;
	text-decoration: none;
}

#navigation a:visited {
	color: #FFF;
	text-decoration: none;
}
#chapters a:visited {
	color: #FFF;
	text-decoration: none;
}

#navigation a:active {
	color: #F00;
	text-decoration: none;
}
#chapters a:active {
	color: #F00;
	text-decoration: none;
}

#navigation a:hover {
	color: #F00;
	text-decoration: none;
}
#chapters a:hover {
	color: #F00;
	text-decoration: none;
}
