/* @description

White-on-black default styles

Package: mmkit - HTML and CSS library
URL: http://code.google.com/p/mmkit/
License: http://www.opensource.org/licenses/mit-license.php

*/
body { background: #111; color: #f6f6f6; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; color: #fff; }
a:focus, a:hover { color: #76d5ff; }
a { color: #0095ff; text-decoration: underline; font-weight: bold; }
blockquote { margin: 1.5em; color: #a9a9a9; font-style: normal; border-left: 2px solid #555; padding-left: 1em; }
del { color: #797979; }
table thead th { background-color: #212121; border: 1px solid #666; color: #d5d5d5; }
table td, table th { border: 1px solid #666; }
table caption { background: none; font-style: italic; color: #666; }