// CSS file for systemhttpd h1 { color: red; } body { font-family: "Arial"; font-size: 1em; } table, th, td, tr { padding: 0; margin: 0; border-collapse: collapse; } th { text-align: left; background: lightgray; } tr:nth-child(odd) { background: #eee; }