@import url(typography.css);
@import url(layout.css);

body {
	background: white;
	color: #333333;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 2% 10%;
}

a	{
	color: #cc3333;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #f29d9a;
	border-bottom: 1px solid;
}

.nav {
	font-weight: bold;
	text-decoration: none;
}

#chapternav li:hover {
	color: #f29d9a;
	border-top: 4px solid #f29d9a;
}
