<style type="text/css">


html, body {
  overflow: auto;
}

h1,h2,h3,dt
{
font-family: sans-serif;
font-weight: 100;
}
            
p,dd,li
{
color: grey;
font-family: sans-serif;
font-weight: 100;
text-align: justify;
}

div.peque
{
color: grey;
font-family: sans-serif;
font-weight: 100;
font-size: 12;
text-align: center;
}

div.normal
{
color: grey;
font-family: sans-serif;
font-weight: 100;
text-align: center;
}

div.grande
{
color: gray;
font-family: 	sans-serif;
font-weight: 	100;
font-size: 		24;
text-align: 	left;
}

div.titulo
{
color: darkred;
font-family: 	sans-serif;
font-weight: 	100;
font-size: 		30;
text-align: 	left;
}


pre,code
{
color: green;
font-size: 13px
}

</style>