/* Cascading Style Sheet, ADGM Level */

/* Add the following command in the <HEAD> section of your HTML file */
/* <LINK REL=STYLESHEET TYPE="text/css" HREF="main.css"> */

BODY { 
    font-family: font-family: times new roman, serif; font-size: 9pt;
    color: black; 
  }

H1, H2, H3, H4, H5, H6, P, UL, OL, DIR, MENU, DIV, 
DT, DD, ADDRESS, BLOCKQUOTE, PRE, BR, HR { display: block }

B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP, 
IMG, SPAN { display: inline }

LI { font-family: font-family: times new roman, serif; font-size: 9pt }

H1, H2, H3, H4, H5, H6 { margin-top: 0; margin-bottom: 0 }
H1 { margin-top: 18pt; font-family: times new roman, serif; font-size: 18pt; font-weight: bold }
H2 { margin-top: 18pt;  font-family: times new roman, serif; font-size: 12pt; font-weight: bold }
H3 { margin-top: 9pt;  font-family: times new roman, serif; font-size: 9pt; font-weight: bold; font-style: normal }
H4 { margin-top: 9pt;  font-family: times new roman, serif; font-size: 9pt; font-weight: normal; font-style: italic }
H5 { font-family: arial, helvetica, sans-serif; font-size: 12pt }
H6 { font-family: arial, helvetica, sans-serif; font-size: 14pt; font-style: bold }

P { margin-top: 0; font-family: times new roman, serif; font-size: 9pt; text-align=JUSTIFY}

B, STRONG { font-weight: bold }  /* relative to the parent */
I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE { font-style: italic }
PRE, TT, CODE, KBD, SAMP { font-family: monospace }

PRE { white-space: pre }
PRE { font-size: 10pt }

ADDRESS { margin-left: 0 }
ADDRESS { font-size: 10pt }

BLOCKQUOTE { margin-left: 0; margin-right: 0 }

UL, DIR { list-style: disc }
UL { font-family: arial narrow, helvetica, sans-serif; font-size: 9pt }

OL { list-style: decimal }
OL { font-family: arial narrow, helvetica, sans-serif; font-size: 9pt }

MENU { margin: 0 }              /* tight formatting */

LI { margin-left: 0 }
LI { font-size: 9pt }

DT { margin-bottom: 0 }
DT { font-family: arial, helvetica, sans-serif; font-size: 9pt }

DD { margin-top: 0 }
DD { margin-left: 1em }
DD { font-family: arial, helvetica, sans-serif; font-size: 9pt }

TD { font-family: arial narrow, helvetica, sans-serif; font-size: 9pt }
TH { font-family: arial narrow, helvetica, sans-serif; font-size: 9pt; font-style: bold }
TR { font-family: arial narrow, helvetica, sans-serif; font-size: 9pt }

HR { border-top: solid }        /* 'border-bottom' could also have been used */

/* A:link { color: blue }          /* unvisited link */
/* A:visited { color: red }        /* visited links */
/* A:active { color: lime }        /* active links */

/* setting the anchor border around IMG elements
   requires contextual selectors */

/* A:link IMG { border: 2px solid blue } */
/* A:visited IMG { border: 2px solid red } */
/* A:active IMG { border: 2px solid lime } */
