body
  {
	  background-color: white
  }

h1 
  {
    font: bold 25pt Arial, sans-serif; 
    text-align: center
  }
  
h3.unamas
  {
	  font: bold 14pt Arial, sans-serif;
	  text-align: center;
	  color: red;
  }
  
h3
  {
	  font: bold 12pt Arial, sans-serif;
  }

p 
  {
    text-align: justify;
    text-indent: 20pt;
    font: normal 12pt Serif;
  }
    
img
  {
	  border:0;
  }