@font-face {
font-family: "CMU Serif Roman";
src: url("cmunrm.woff");
}
@font-face {
font-family: "CMU Serif Bold";
src: url("cmunbx.woff");
}
body {
font-family: "CMU Serif Roman";
font-size: 18px;
background-color: #F8F8F8;
color: black;
text-align: center;
}
div#content {
max-width: 800px;
text-align: justify;
margin: 0 auto;
}
h1,h2,h3 {
font-family: "CMU Serif Bold";
font-weight: normal;
}
h1 {
text-align: center;
margin-top: 50px;
}
a {
color: #806;
text-decoration: none;
}
a.anchor {
color: #eee;
text-decoration: none;
font-size: 80%;
}
h2:hover > a.anchor, li:hover > a.anchor {
color: #999;
text-decoration: none;
}
li:target, div.chapter:target {
background: #eee;
}
p.footer {
font-size: 80%;
margin-bottom: 30px;
}
hr {
border: 2px solid #888;
}