/* General Fonts */
-html, body, div, p {
+html, body {
font-family: DejaVu Sans, Verdana, Arial, sans-serif;
font-size: 12pt;
color: $text-color;
.comment {
margin-top: 1.5em;
}
+.footnotes {
+ font-size: 90%;
+}
table td, table th {
border: 1px solid $light-text-color;