Skip to main content
summaryrefslogtreecommitdiffstats
blob: b3628f49a587b7eb7798c2d35d0e55633fe64cd5 (plain) (blame)
1
/* following font face declarations need to be removed for DBCS */

body, h1, h2, h3, h4, p, table, td, caption, th, ul, ol, dl, li, dd, dt {font-family: Arial, Helvetica}
pre				{ font-family: Courier, Sanserif}

/* end font face declarations */

/* following font size declarations should be OK for DBCS */
body, h1, h2, h3, h4, p, table, td, caption, th, ul, ol, dl, li, dd, dt {font-size: 10pt}
pre				{ font-size: 10pt}

/* end font size declarations */

body			{ background: #FFFFFF}
h1           { font-size: 16pt; text-decoration: overline; margin-top: 5; margin-bottom: 1 }
h2           { font-size: 14pt; margin-top: 25; margin-bottom: 3}
h3           { Sanserif; font-size: 11pt; margin-top: 20; margin-bottom: 3 }
h4           { font-size: 10pt; font-style: italic; margin-top: 20; margin-bottom: 3 }
p            { margin-top: 8; margin-bottom: 8; margin-left: 6}
p.change		{ font-size: 8pt; }
pre				{ margin-left: 6; font-size: 9pt; }
p.relh        { font-size: 9pt; font-variant: small-caps; text-transform: uppercase; 
				  font-weight: bold; margin-left: 20;margin-top: 25; margin-bottom:2;}
p.rel_link   { font-size: 9pt; margin-top:2;margin-bottom:2; margin-left: 35 }
a:link			{ color: #0000FF; text-decoration: underline;font-weight: bold}
a:hover		{ color: #000080; font-weight: bold}
a:visited		{ text-decoration: underline;font-weight: bold}
ul				{ margin-top: 1; margin-bottom: 12 }
li				{ margin-top: 0; margin-bottom: 3}
ol				{ margin-top: 1; margin-bottom: 12 }
dl				{ margin-left: 6; margin-top: 1; margin-bottom: 12 }
dt				{ margin-top: 1; margin-bottom: 1; font-weight: bold }
dd				{ margin-top: 1; margin-bottom: 12 }
strong			{ font-weight: bold}
em				{ font-style: italic}
var				{ font-style: italic}
div.revision  { border-left-style: solid; border-left-width: thin; 
				   border-left-color: #7B68EE; padding-left:5 }
th				{ font-weight: bold }

Back to the top