@charset "utf-8";
html {
    background-color: #f6f9ed;
}
nav {
    text-align: center;
    font-size: 2em;
}
footer {
    font-size: 0.85em;
    text-align: center;
}
h1 {
    text-align: center;
}
a {
    color: #B00800;
}
a:link, a:visited {
    text-decoration: none;
}
a:active, a:hover {
    text-decoration: underline;
}
