1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
body { font-family: sans-serif; color: #333; background-color: #fff; } h1, h2 { vertical-align: middle; } h1 { font-size: 140%; } hr { color: #777; background-color: #777; border-top: 1px solid #777; } pre { font-family: monospace; }