<style type="text/css"> a {
  text-decoration: none;
  }
  p {
  font-family : Arial;
  font-size : 12px;
  }
  td {
  font-family : Arial;
  font-size : 12px;
  }
  A.lnk  {
    	text-decoration : none;
    	color : navy;
    	font-weight : normal;
    	font-family : Arial;
    }
	A:LINK.lnk {
        text-decoration : none;
        color : navy;
        font-weight : normal;
		font-family : Arial;
	}
	A:HOVER.lnk {
        text-decoration : underline;
        color : Red;
        font-weight : normal;
		font-family : Arial;
	}
  .text {
 	font-family : Arial;
 	font-size : 13px;
 	margin-left : 25px;
 	margin-right : 25px;
 	text-align : justify;
 }
  .bold1 {
  font-weight : bold;
  }
  .bold2 {
  font-size : 14px;
  font-weight : bold;
  }
  .bold3 {
  font-size : 18px;
  font-weight : bold;
  }
  .ital {
  font-style : italic;
  }
  .comment {
  font-size : 10px;
  font-style : italic;
  }
  .ml1 {
  margin-left : 10px;
  }
  .ml2 {
  margin-left : 20px;
  }</style>