body{
    font-family: Arial, Helvetica, sans-serif;    
}

table{
    border-collapse: collapse;
    font-size: 10pt;
    border: 1px solid #a78989;
}

td{
    padding: 3px;
    height: 15px;
}

th{
    background-color: steelblue;
    color: white;
    height: 25px;    
}

h3{
    font-weight: 600;
    color: steelblue;
}

h4{
    font-weight: 600;
    color: steelblue;
}