html { font-size-adjust: 100%; } body { word-wrap: break-word; background: #EEE; color: #222; margin: 5px auto; max-width: 650px; line-height: 1.2; } a, a:link { color: #44a; text-decoration: underline; } a:visited { color: #609; } a:active, a:hover { color: #a00; } a:focus { outline: #FF0000 dotted medium; } a.external:after { content: url(/images/Icon_External_Link.png); } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } *.box { background: #EAFEFE; padding: 10px; border: 4px solid #8888CC; } article { background: #FFFFEA; font-family: 'Century Gothic', CenturyGothic, AppleGotic, sans-serif; padding: 10px; border: 4px solid #99994C; } article.cmt { background: #E9FCEA; border: 4px solid #448844; } *.box2 { background: #E9FCEA; border: 4px solid #448844; padding: 10px; } blockquote { padding: 5px; background: #EAFEFE; border: 4px solid #8888CC; font-family: Verdana, Geneva, sans-serif; } code { font-family: Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', Consolas, monospace; } h4, h3, h2 { margin-top: 0; }