/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } body { text-align: center; font-size: 1.2em; font-family: "Computer Modern Serif", serif; background: #d5d5dd; } article { text-align: justify; margin: 1em auto 1em auto; padding: 1px 1em 1px 1em; border-radius: 1em; max-width: 20cm; background: #f9f9f9; } header img { float: right; margin: 0 0 0 0.25em; } h1, h2, h3, h4, h5, h6 { font-family: "Computer Modern Sans", sans-serif; font-weight: bold; margin: 1em 0 1em 0; } h1 { font-size: 1.75em; margin: 1em 0 0 0; } h2 { font-size: 1em; margin: 0.5em 0 1em 0; font-style: italic; text-align: left; } h3 { font-size: 1.25em; } p { margin: 1em 0 1em 0; line-height: 1.5em; } sup { vertical-align: super; font-size: 0.75em; line-height: 0; } em { font-style: italic; } strong { font-weight: bold; } a { color: #00004c; } dl { line-height: 1.5em; text-align: left; } dt { clear: left; float: left; text-align: right; width: 175px; font-size: 1em; } dt:after { content: ":"; } dd { margin: 0 0 0 190px; font-size: 1em; } code { font-family: monospace; } aside { background: #ddd; border-radius: 0.5em; padding: 0 0.5em; } .copyright { font-size: 0.8em; margin: 2em; text-align: center; } ul { list-style: circle; margin-left: 1em; margin-bottom: 1em; line-height: 1.5em; }