/*!
 * 996 Grid System 1.0.0
 *
 * Copyright(c) 2009 Massimo Lombardo. All rights reserved.
 * This code is dual licensed under the MIT and GPL licenses.
 * See LICENSE or http://lab.unwiredbrain.com/996gs
 */

body { font: 12px/1.5em Arial,Helvetica,sans-serif; }
a:active { outline: none; } /* http://www.splintered.co.uk/news/112/ */

h1, .h1 { font-size: 54px; line-height: 54px; } /* 54px / 54px */
h2, .h2 { font-size: 36px; line-height: 36px; } /* 36px / 36px */
h3, .h3 { font-size: 24px; line-height: 36px; } /* 24px / 36px */


ol { list-style: decimal; }
ul { list-style: disc; }
li { margin-left: 36px; }
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset { margin-bottom: 18px; }