address, blockquote, body, br, center, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, html, ol, p, ul, hr, menu, pre { display: block } /* a, abbr, acronym, b, code, em, i, q, s, strong, u, font, span, var { display: inline } */ li { display: /* list-item */ block } 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 } img { color: #888; } h1 { font-size: xx-large; font-weight: bold; } h2 { font-size: x-large; } h3 { font-size: large; font-weight: bold; } h4 { font-size: medium; font-weight: bold; } h5 { font-size: medium; font-style: italic; } h6 { font-size: medium; font-style: italic; } b, strong { font-weight: bold; } i, em { font-style: italic; } u { text-decoration: underline; } s { text-decoration: line-through; } ins { color: green; } del { color: red; text-decoration: line-through; } a:link { color: #00f; text-decoration: underline; } th { font-weight: bold; } td { text-align: left; } hr { background-color: #000; height: 1px; } center { text-align: center; } small { font-size: smaller; } big { font-size: larger; } select, input { background-color: #eeb; color: #000; width: 10em; height: 2em; text-align: left;} textarea { background-color: #eeb; color: #000; text-align: left; } input[type=button], input[type=image], input[type=reset], input[type=submit], button { background-color: #ddd; color: #000; width: auto; height: auto; } input[type=checkbox], input[type=radio] { background-color: transparent; width: 22px; height: 22px; } [align=left] { text-align: left; } [align=center] { text-align: center; } [align=right] { text-align: right; } img[align=left], table[align=left] { float: left; } img[align=right], table[align=right] { float: right; text-align: left; } br[clear=all] { clear: both; } br[clear=left] { clear: left; } br[clear=right] { clear: right; } font[size="1"] { font-size: x-small; } font[size="2"] { font-size: small; } font[size="3"] { font-size: medium; } font[size="4"] { font-size: large; } font[size="5"] { font-size: x-large; } font[size="6"] { font-size: xx-large; } font[size="7"] { font-size: xx-large; } font[size="-1"] { font-size: smaller; } font[size="+1"] { font-size: larger; } td[nowrap], th[nowrap] { white-space: nowrap; } pre { white-space: pre; } cite, dfn, code, samp, kbd, var, abbr, acronym { font-family: monospace; text-align: center; }