/* Default CSS stylesheet for SLXHTML 1.0 */
/* Author: Gregor Karlinger */
/* Last edited: 13. 11. 2003 */

/* Defaults based on the example stylesheet from */
/* http://www.w3.org/TR/CSS2/sample.html */

BLOCKQUOTE, 
BODY, DD, DIV, 
DL, DT, 
H1, H2, H3, H4, 
H5, H6,  
OL, P, 
UL, HR, 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            { padding: 8px; line-height: 1.33 }
H1              { font-size: 2em; margin: .67em 0 }
H2              { font-size: 1.5em; margin: .83em 0 }
H3              { font-size: 1.17em; margin: 1em 0 }
H4, P,
BLOCKQUOTE, UL,
OL, DL          { margin: 1.33em 0 }
H5              { font-size: .83em; line-height: 1.17em; margin: 1.67em 0 }
H6              { font-size: .67em; margin: 2.33em 0 }
H1, H2, H3, H4,
H5, H6, STRONG  { font-weight: bolder }
BLOCKQUOTE      { margin-left: 40px; margin-right: 40px }
CITE, EM,
PRE, CODE       { font-family: monospace }
PRE             { white-space: pre }
HR              { border: 1px inset }
OL, UL, DD      { margin-left: 40px }
OL              { list-style-type: decimal }
OL UL, UL OL,
UL UL, OL OL    { margin-top: 0; margin-bottom: 0 }
ABBR, ACRONYM   { font-variant: small-caps; letter-spacing: 0.1em }

/* Additions for SXHTML */

BODY            { color: black;
                  background-color: white;
                  font: normal normal normal 12pt "Times New Roman", serif }
