* { margin: 0; padding: 0; box-sizing: border-box; }
body {
    background-color: #000000;
    color: #00FF00;
    font-family: "Courier New", Courier, monospace;
    font-size: 13px;
    padding: 15px;
}
h1 { display: none; }
hr { border: none; border-top: 1px solid #00FF00; margin: 8px 0; }
a { color: #00FF00; text-decoration: none; }
a:hover { color: #000000; background-color: #00FF00; }
pre { font-family: "Courier New", Courier, monospace; font-size: 13px; white-space: pre; overflow-x: auto; }
#m0-header { margin-bottom: 12px; overflow-x: auto; }
#m0-header pre { color: #00FF00; font-size: 13px; line-height: 1.3; }
#m0-tagline { color: #009900; margin-top: 8px; font-size: 12px; }
#m0-table { width: 100%; border-collapse: collapse; margin-top: 10px; }
#m0-table th { color: #ffffff; text-transform: uppercase; padding: 4px 8px; border-bottom: 1px solid #00FF00; text-align: left; }
#m0-table td { padding: 3px 8px; border-bottom: 1px solid #003300; }
#m0-table tr:hover td { background-color: #001100; }
#m0-table td.size { text-align: right; color: #009900; }
#m0-table td.date { color: #009900; }
#m0-footer { margin-top: 15px; border-top: 1px solid #00FF00; padding-top: 8px; color: #009900; font-size: 11px; text-align: center; }
