/* Headings */ h1, h2, h3, h4, h5, h6 { font-weight: bold; } h1 { font-size: 28px; line-height: 1.2; margin-bottom: 12px; } h2 { font-size: 24px; line-height: 1.2; margin-bottom: 6px; } h3 { font-size: 18px; line-height: 1.2; margin-bottom: 4px; } h4 { font-size: 16px; line-height: 1.3; margin-bottom: 4px; } h5 { font-size: 14px; margin-bottom: 4px; } h6 { font-size: 12px; margin-bottom: 4px; } /* Text elements */ p { line-height: 1.4; margin-bottom: 12px; } /* Use this if the image is at the top of the

. */ p img.top { margin-top: 0; } img { margin: 0 0 12px; } abbr, acronym { border-bottom: 1px dotted #666; cursor: help; } address { font-style: italic; margin-top: 16px; } del { color:#666; } a, a:link { color: #1a4882; text-decoration: underline; } a:visited { color: #1a4882; } a:hover { color: #052246; } a:active, a:focus { color: #1a4882; } blockquote { border-left: 4px solid #d1d1d1; color: #666; font-style: italic; margin: 16px 0; padding-left: 12px; } strong { font-weight: bold; } em, dfn { font-style: italic; } dfn { font-weight: bold; } pre, code { margin: 12px 0; white-space: pre; /* CSS2 */ white-space: pre-wrap; /* CSS 2.1 */ word-wrap: break-word; /* IE */ } pre, code, tt { font: 12px 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } pre.code { background: #000; color: #fff; padding: 20px; } tt { display: block; line-height: 1.5; margin: 16px 0; }