A:active {
       color:             green;
       text-decoration:   none;
       text-transform:    uppercase;
     }

A:hover {
       background-color:  yellow;
       color:             green;
       text-decoration:   underline;
     }

A:link {
       color:             red;
       text-decoration:   underline;
     }

A:visited {
       color:             blue;
       text-decoration:   underline;
     }

BODY {
       background-color:  white;
       color:             black;
       font-family:       "arial", sans-serif;
       font-size:         11pt;
       font-style         normal;
       font-variant:      normal;
       font-weight:       400;
       text-align:        left;
   }

H1 { 
       font-family:       "arial", sans-serif;
       font-size:         22pt;
       font-style:        normal;
       font-variant:      normal;
       font-weight:       400;
       text-align:        center;
   }

H2 {
       font-family:       "arial", sans-serif;
       font-size:         14pt;
       font-style:        normal;
       font-variant:      normal;
       font-weight:       400;
       text-align:        center;
   }

H3 {
       font-family:       "arial", sans-serif;
       font-size:         12pt;
       font-style:        normal;
       font-variant:      normal;
       font-weight:       400;
   }

H4 {
       font-family:       "arial", sans-serif;
       font-size:         10pt;
       font-style:        normal;
       font-variant:      normal;
       font-weight:       700;
   }

H5 {
       font-family:       "arial", sans-serif;
       font-size:         10pt;
       font-style:        italic;
       font-variant:      normal;
       font-weight:       400;
   }

H6 {
       font-family:       "arial", sans-serif;
       font-size:         10pt;
       font-style:        normal;
       font-variant:      normal;
       font-weight:       400;
   }

IMG {
       margin: 1em
   }

P  {
       text-align:        justify;
   }