body {
   background-color : white;
   margin-left : 30px;
   margin-right : 30px;
}

h1 {
   font-size : 40pt;
   text-align : center;
}

h3 {
   text-decoration : underline;
}

h4 * {
   padding : 2px 5px 2px 5px;
   background-color : green;
   color : white;
   font-family : monospace;
   font-size : 11pt;
}

p {
   text-align : justify;
   font-size : 12pt;
}

p.ilust {
   margin-left : 5%;
}

img.enlinea {
   vertical-align : middle;
   margin-left : 30px;
   }

.mono {
   font-family : monospace;
}

