/*
 * Style sheet for the html 4.0 specification
 */

body {
      background: #2f6bb1;
      font-family: Times New Roman;
	font-color: #000000; 
	font-size: 12pt;
	line-height: 17pt;
     }

H1,H2,H3,H6{
            text-align: center;
           }

H1{
   font-size 20pt;
   line-height 15pt;
   font-weight bold;
  }
  
/* H1{color: #fdfd2d} */

H2{
   font-size 16pt;
   line-height 18pt;
   font-weight bold;   
  }
H3{
   font-size 15pt;
   line-height 17pt;
   font-weight bold;   
  }

H4{
   font-size 12pt;
   font-weight bold;   
  }
H5{
   font-size 7pt;
   line-height 7pt;
  }
H6{
   font-size 12pt;
   line-height 14pt;
   font-weight bold;   
  }

P{ 
  text-indent: 3em
  font-weight: normal; 
  font-size: 14pt;
  line-height: 24pt; 
  font-variant: normal;
  font-style: normal;   
 }
 
P.note{
       color: black;
       font-weight: normal; 
       font-size: 10pt;
       line-height: 20pt; 
       font-variant: normal;
       font-style: normal;   
      }

P.info{
       text-indent: 3ex;
       color: maroon;
       font-weight: normal; 
       font-variant: normal;
       font-style: italic;   
      }
      
P.link{
       text-indent: 3ex;
       color: maroon;
       font-weight: normal; 
       font-variant: normal;
       font-size:10pt;
       font-height:20pt;
       font-style: italic;   
      }
      

A:link{
       text-decoration: none ;
       color: #fdfd2d;
      }
	  

A:visited{
          text-decoration: none;
          color: #fdfd2d;  
         }
A:active{
         text-decoration: none;
         font-style: italic;
         color: lightred;
        }
         
A:hover {color: #A939D9}

P.special {
           color : blue;
           border: solid fuchsia;
          }

