html, address, blockquote, body, dd, div, dl, dt, fieldset, form, frame, frameset, h1, h2, h3, h4, h5, h6, noframes, ol, p, ul, center, dir, hr, menu, pre { display: block } li { display: list-item } head { display: none } table { display: table } tr { display: table-row } thead { display: table-header-group } tbody { display: table-row-group } tfoot { display: table-footer-group } col { display: table-column } colgroup { display: table-column-group } td, th { display: table-cell } caption { display: table-caption } th { font-weight: bolder; text-align: center } caption { text-align: center } body { margin: 8px } h1 { font-size: 2em; margin: .67em 0 } h2 { font-size: 1.5em; margin: .75em 0 } h3 { font-size: 1.17em; margin: .83em 0 } h4, p, blockquote, ul, fieldset, form, ol, dl, dir, menu { margin: 1.12em 0 } h5 { font-size: .83em; margin: 1.5em 0 } h6 { font-size: .75em; margin: 1.67em 0 } h1, h2, h3, h4, h5, h6, b, strong { font-weight: bolder } blockquote { margin-left: 40px; margin-right: 40px } i, cite, em, var, address { font-style: italic } pre, tt, code, kbd, samp { font-family: monospace } pre { white-space: pre } /* button, textarea, input, select { display: inline-block } */ big { font-size: 1.17em } small, sub, sup { font-size: .83em } sub { vertical-align: sub } sup { vertical-align: top } table { border-spacing: 2px; } thead, tbody, tfoot { vertical-align: middle } td, th { vertical-align: inherit } s, strike, del { text-decoration: line-through } hr { border: 1px inset } ol, ul, dir, menu, dd { margin-left: 40px } ol { list-style-type: decimal } ol ul, ul ol, ul ul, ol ol { margin-top: 0; margin-bottom: 0 } u, ins { text-decoration: underline } center { text-align: center } abbr, acronym { font-variant: small-caps; letter-spacing: 0.1em } /* br:before { content: "\A" } :before, :after { white-space: pre-line } :link, :visited { text-decoration: underline } :focus { outline: thin dotted invert } */ /*a[!href] { text-decoration: underline }*/ /* Begin bidirectionality settings (do not change) */ BDO[DIR="ltr"] { direction: ltr; unicode-bidi: bidi-override } BDO[DIR="rtl"] { direction: rtl; unicode-bidi: bidi-override } *[DIR="ltr"] { direction: ltr; unicode-bidi: embed } *[DIR="rtl"] { direction: rtl; unicode-bidi: embed } @media print { h1 { page-break-before: always } h1, h2, h3, h4, h5, h6 { page-break-after: avoid } ul, ol, dl { page-break-before: avoid } } /*** FOX default setting ***/ * { font-family: Verdana, Tahoma, "DejaVu Sans", Arial, sans-serif; } html { font-size: 62.5%; } body { margin: 0; padding: 0; } body { color: #000; font-size: 120%; } pre, code, tt { font-size: 9pt; } pre, pre span { font-family: "Courier New", "DejaVu Sans Mono", monospace; } textarea, input { color: #000; font-size: 110%; line-height: 1.2em; } h1 { font-size: 1.35em } h2 { font-size: 1.23em } h3 { font-size: 1.10em } h4, h5, h6 { font-size: 1em; margin: 1em 0 } dt { font-weight: bolder; } ul, ol { list-style-position: outside; padding-left: 0; } form p { margin: 3px 0; } blockquote { margin-left: 0px; margin-right: 0px; padding-left: 40px; } img { border: 0; } /* image */ img.left { float: left; margin: 5px 10px 5px 0; } img.right { float: right; margin: 5px 0 5px 10px; } img.block { display: block; margin: 5px 0; } img.center { display: block; margin: 5px auto; } img.noborder { border: 0; } /* paragraph text align */ p.left { text-align: left; } p.right { text-align: right; } p.center { text-align: center; } p.justify { text-align: justify; } p.indent { text-indent: 40px; } p {text-align: justify;} /* table style */ table { border-collapse: collapse; border: none; } th { padding: 3px; border: none; } td { padding: 3px; border: none; } td.left, th.left { text-align: left; } td.right, th.right { text-align: right; } td.center, th.center { text-align: center; } /* div style */ div.hide { display: none; } div.show { display: block; } /* list style */ ul.inside, ol.inside { list-style-position: inside; } ul.outside, ol.outside { list-style-position: outside; } ul.none, ol.none { list-style-type: none; } ul.disc, ul { list-style-type: disc; } ul.circle, ul ul { list-style-type: circle; } ul.square, ul ul ul { list-style-type: square; } ol.decimal, ol { list-style-type: decimal; } ol.alpha, ol ol { list-style-type: lower-alpha; } ol.roman, ol ol ol { list-style-type: lower-roman; } ol.ualpha { list-style-type: upper-alpha; } ol.uroman { list-style-type: upper-roman; } /* link colors */ /* a:link { color: #0000FF; } a:visited { color: purple; } a:hover { color: green; } a:active { color: pink; } */ a { color: #0000FF; cursor: pointer; text-decoration: none; } a:hover { text-decoration: underline; } /* Insert quotes before and after Q element content */ q:before { content: open-quote } q:after { content: close-quote } /* code color */ pre .str { color: blue; } pre .key { color: #7f0055; font-weight: bold; } pre .cmt { color: #3f7f5f; font-style: italic; } pre .doc { color: #0081A6; font-style: italic; } pre .tag { color: #804000; }