body { 
 margin: 1cm;
 font-family: Arial; 
 font-size: 10pt;
 background-color: #ddcfcf;
 background-color: #ffe39b;
 background-color: #b1de5c;
 background-color: #9dfe35;
}

table {
 empty-cells: show;
 font-family: Arial;
 font-size: 10pt;
}

td { 
 vertical-align: top;
}

h1 {
 font-size: 15pt;
 text-align: center;
 margin-bottom: 1cm;
}

h2 {
 font-size: 14pt;
}

h3 {
 font-size: 13pt;
 color: red;
}

h4 {
 font-size: 11pt;
}

h5 {
 font-size: 11pt;
}

h6 {
 font-size: 10pt;
 font-weight: bold; 
}

