/* External OES Style Sheet */

body
   {
   font-weight: bold;
   font-family: arial;
   color: #000000; /*  ref guide p 1, col 1, row 1 */
   margin: 10px;
   }
   
h1, h2, h3, h4, h5, h6
   {
   font-weight: 600;
   font-family: arial;
   color: #000000; /*  ref guide p 1, col 1, row 1 */
   }
   
h1
   {
   font-size: 18pt;
   }
   
h2
   {
   font-size: 14pt;
   }
   
p
   {
   font-size: 12pt;
   }

hr
   {
   color: #000000; /*  ref guide p 1, col 1, row 1 */
   }

table
   {
   font-weight: bold;
   font-size: 12pt;
   }