body { 
  color : #000000; 
  background : #ffffff; 
  font-family : "Arial", Times, serif;
  font-size : 10pt
  	text-decoration: none;
  	text-align: left;
}
a { 
  text-decoration : none; 
  color : #000000;
  font-size : 10pt;
  }
p {
  color: #000000;
  font-size : 10 pt;
  text-decoration: none;
   font-family : "Arial", Times, serif;
  }
  
h1{
  color: rgb(7,55,7);
  font-size: 14pt;
  text-align: center;

  }
  h4{
  color: #ffffff;
  font-size: 10pt;
  text-align: center;

  }

  h5{
    color: rgb(7,55,7);
  font-size: 9pt;
  text-align: right;
  text-decoration: none;


  }
  
  a:link
{
	color: rgb(7,55,7);
	 text-decoration : none; 
}
               
a:active
{
	color: rgb(7,55,7);
	}
a:visited
{
	color: rgb(7,55,7);
}