body { font-family: 'Roboto Mono';
       font-weight: 100;
       margin: 0;
     }
div#title { font-family: 'Roboto Mono';
            font-weight: 100;
            font-size: 800%;
            text-align: center;
            width: 100%;
            background-color: #d3b;
            color: #eee;
          }
div#subtitle { font-size: 300%;
               text-align: center;
               width: 100%;
               background-color: #d3b;
               color: #eee;
             }
div#foot { font-size: 130%;
           text-align: center;
           background-color: #d3b;
           color: #eee;
           position: fixed;
           bottom: 0;
           left: 0;
           right: 0;
         }
div#content { max-width: 49rem;
              font-size: 130%;
              margin-left: auto;
              margin-right: auto;
              margin-bottom: 2em;
              padding-left: 0.2em;
              padding-right: 0.2em;
            }
a:link { color: #b19; }
a:visited { color: #b19; }
div#foot a:link { color: #fff; text-decoration: none; }
div#foot a:visited { color: #fff; text-decoration: none; }
p { 
    text-align: justify;
  }
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; }
