html { color: #DDD; } body { background: black; } .site-wrap { background: #111; border: 1px solid #222; border-top: none; border-bottom: none; } h1, h2, h3, h4, h5, h6 { color: #B31D15; } a:link, a:visited { color: #EEE; border-bottom: 1px dotted #EEE; } a:hover, a:active { color: #B31D15; border-bottom: 1px dotted #EEE; } section.nav, section.styles { color: #BBB; background: #222; border-bottom: 1px solid #222; } section.nav a, section.styles a { color: #BBB; } table, th, td { border: 1px solid #333; } th { background: #333; } blockquote { background-color: rgba(120, 120, 120, 0.3); border: 1px solid #222; }