
body { 
    font-family: Verdana, Geneva, sans-serif; font-size: 0.9rem; margin: 1rem auto; max-width: 80em;
    background: #222;
}

.header { background:#000;color:#444;padding:0.5em; }
.content { background:#e6e6e6; padding: 1em 0.5em 1em 0.5em; }
.text-right { text-align: right; }

.quiet { color: #888; }
.subtext, .subtext a { font-size: 0.7rem; color: #666; }
.tag { background: #ddd; padding:1px; }

input { border:1px solid #888; color: #000; padding: 0.5em; }

table.news { width: 100%; }
table.news td { vertical-align: top; padding-bottom: 0.5em; }

.header a { color: #444; }
.header a:hover { color: #888; }

a { text-decoration: none; color: #000; }
a:hover { text-decoration: underline; color: #000; }
a.title { color: #f4f; }


