@import 'syntax.css';

a.quiet {
        text-decoration: none;
        color: black;
}

a.quiet:hover {
        text-decoration: underline;
}

#navigation {
        margin-top: 3em;
}

#navigation ul {
	list-style-type: none;
        margin-left: 0.5em;
}

div#footer {
    font-size: 12px;
    margin-top: 30px;
    padding: 12px 0px 12px 0px;
    text-align: left;
}
