body { font-family: 'Roboto Mono';
       font-weight: 100;
       margin: 0;
     }

header { font-family: 'Roboto Mono';
         font-weight: 100;
         font-size: 800%;
         width: 99%;
         background-color: #d3b;
         color: #eee;
         padding-left: 1%;
       }

header h2 { font-size: 45%;
            background-color: #d3b;
            color: #eee;
            padding-left: 5.45%;
            margin-top: 0;
          }

footer { font-size: 130%;
         padding-left: 6.5%;
         padding-bottom: 0.3em;
         background-color: #d3b;
         color: #eee;
         position: fixed;
         bottom: 0;
         left: 0;
         right: 0;
       }

main { max-width: 57rem;
       font-size: 120%;
       padding-left: 6.5%;
       margin-bottom: 5em;
     }

blockquote { background-color: #ddd;
             padding: 0.4em;
             margin-right: 8%;
             border-radius: 0.3em;
             border: solid thin #b19;
           }
blockquote p { margin: 0; }

a:link { color: #b19; }
a:visited { color: #b19; }
footer a:link { color: #fff; text-decoration: none; }
footer a:visited { color: #fff; text-decoration: none; }
h1, h2 { font-weight: 100; }
dt { font-size: 145%; }
dd { margin-bottom: 1em; }
td { vertical-align: top; border-bottom: thin solid black; padding: 0.5em; font-weight: 300; }
