

 body {
     font-family: Arial;
     }

UL {
font :
	font-family : Arial, Verdana,  Times New Roman, sans-serif;
	color: Black;
	font-size: 12pt;
	font-weight : normal;
    text-decoration: none;
	
}


P {
	font :
	font-family : Arial, Verdana, Times New Roman, sans-serif;
	color: Black;
	font-size: 12pt;
	font-style : normal;
	font-weight : normal;
    text-decoration: none;
}

.text {
	font :
	font-family : Arial, Verdana, Times New Roman, sans-serif;
	color: Black;
	font-size: 10pt;
	font-style : normal;
	font-weight : normal;
    text-decoration: none;
}
	 .head {
        color        : Black;
        font-size    : 14pt;
        font-weight  : 900;
		font-style : normal;
        margin-top   : 30pt;
        margin-bottom: 0pt;
        margin-left  : 0pt;
        margin-right : 0pt;
		text-indent : 0px;
		font-family : Arial, Verdana,  Times New Roman, sans-serif
}

.head1 {
        color        : Black;
        font-size    : 12pt;
        font-weight  : 900;
		font-style : italic;
        margin-top   : 30pt;
        margin-bottom: 0pt;
        margin-left  : 0pt;
        margin-right : 0pt;
		text-indent : 0px;
		font-family : Arial, Verdana,  Times New Roman, sans-serif
}

.head2 {
        color        : Red;
        font-size    : 18pt;
        font-weight  : 900;
	    font-style : normal;
        margin-top   : 25pt;
        margin-bottom: 0pt;
        margin-left  : 0pt;
        margin-right : 0pt;
		 text-indent : 0px;
		  font-family : Arial, Verdana,  Times New Roman, sans-serif
}

 a {
     color: Navy;
     text-decoration: none;
     }
 a:active {
     color: Navy;
	 text-decoration : none;
     }
 a:hover  {
     text-decoration: none;
     color: Navy;
     }


