BODY  {
	font-family : Arial, Helvetica, sans-serif;
  	font-size : 12pt;
	color : Black;
	}

A:link  {
  	color : Navy;
  	font-size : 11pt;
  	font-family : Arial;
  	font-weight : bold;
	 }
  
A:visited  {
  	color : Navy;
  	font-size : 11pt;
  	font-family : Arial;
  	font-weight : bold;
	 }
  
A:active  {
  	color : Red;
  	font-size : 11pt;
  	font-family : Arial;
  	font-weight : bold;
	 }
  
A:hover  {
  	background-color : #FFCEFF;
	 }
  
H1 {
	color : Black;
	font-size : 10px;
	font-weight : normal;
	}
	
H2 {
	color : Black;
	font-size : 12px;
	font-weight : normal;
	}


H3 {
	color : Black;
	font-size : 15px;
	font-weight : normal;
	}

H4 {
	color : Black;
	font-size : 20px;
	font-weight : normal;
	}

H5 {
	color : Black;
	font-size : 25px;
	font-weight : normal;
	}
	
H6 {
	color : Black;
	font-size : 30px;
	font-weight : normal;
	}
    
 .title  {
	font-weight : bold;
    font-size : 30pt;
    color : Navy;
    text-align : center;
    text-decoration : none;
    }
         
 .subtitle  {
 	font-weight : bold;
    font-size : 20pt;
    color : #800040;
    text-align : center;
    font-family : Arial;
    font-style : normal;
    }
         
.address  {
	font-weight : bold;
    font-size : 12pt;
    color : #004080;
    text-align : center;
    }
                  	 
.heading1  {
	font-weight : bold;
    font-size : 15pt;
    color : Maroon;
    text-align : left;
    text-decoration : none;
    }
		 
.heading2  {
	font-weight : bold;
    font-size : 20pt;
    color : Maroon;
    text-align : left;
    text-decoration : none;
    }
		 
.heading3  {
	font-weight : bold;
    font-size : 20pt;
    color : Maroon;
    text-align : center;
    text-decoration : none;
    }
		 
.namenavy  {
  	color : Navy;
  	font-size : 11pt;
  	font-family : Arial;
  	font-weight : bold;
	}
  
.namemaroon  {
  	color : Maroon;
  	font-size : 11pt;
  	font-family : Arial;
  	font-weight : bold;
	}

.redasterisk  {
  	color : Red;
  	font-size : 15pt;
  	font-family : Arial;
  	font-weight : bold;
	}
