body, a { 
 font-family: Candara, Georgia, serif;
 font-variant-numeric: lining-nums tabular-nums;
 color: #006232;
}

h2 a { text-decoration:none; }

h3 { margin-left: 1em }

iframe {
 border:none;
 width: 100%;
 height: 1000px;
}
/*
ul#menu {
 display: inline-block;
}
*/

#menu a:hover, main a:hover {
 color: #fff;
 background-color: #006232
}
 
td { vertical-align:text-top; text-align:left; padding-left:10px; padding-right:10px }
td.center { text-align:center}
th { background-color:#006232; color:white; padding:10px; text-align:left; vertical-align:bottom }
th.center { text-align:center; }
td.chars { font-family: Georgia, serif; }
td.mono { font-family: Monospace; }

hr.fade {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}
footer { font-size: .9rem; font-weight:bold }
