 
H1{
 font-weight : 600;
 color : olive;
 font-size : 16pt;
}
H2{
 font-weight : 600;
 color : olive;
 font-size : 16pt;
}
H3{
 color : navy;
}
H4{
 color : red;
}
H5{
 text-align : center;
 font-size : 12pt;
}
BODY{
 background-color : #ffffb3;
 border-top-width : 4px;
 border-left-width : 4px;
 border-right-width : 4px;
 border-bottom-width : 4px;
 border-top-style : ridge;
 border-left-style : ridge;
 border-right-style : ridge;
 border-bottom-style : ridge;
 border-top-color : olive;
 border-left-color : olive;
 border-right-color : olive;
 border-bottom-color : olive;
 padding-top : 16px;
 padding-left : 16px;
 padding-right : 16px;
 padding-bottom : 16px;
 font-size : 11pt;
 line-height : 140%;
}
HR{
 color : green;
 text-align : center;
}
.indents{
 text-indent : 1em;
}
CAPTION{
 font-size : 12pt;
 font-weight : 500;
 color : maroon;
}
I{
 font-family : monospace;
 text-decoration : underline;
 font-size : 12pt;
 font-weight : 600;
 font-style : normal;
}
DT{
 font-weight : 600;
}
.whitebg{
 background-color : white;
}
KBD{
 padding-top : 1px;
 padding-left : 1px;
 padding-right : 1px;
 padding-bottom : 1px;
 font-family : monospace;
 font-weight : bolder;
}
SAMP{
 color : navy;
 background-color : silver;
 font-size : 16px;
 font-family : monospace;
 font-weight : normal;
}
DIV.caution{
 font-weight : bold;
 color : white;
 background-color : maroon;
 padding-left : 2ex;
 padding-right : 2ex;
}
BODY.ibmdosonly{
 background-color : #d7d8d9;
}
BODY.oldenv{
 background-color : #cfcf9e;
}
