h1 {
 font-size: 20px;
 font-weight: bold;
}

h2 {
 font-size: 18px;
 font-weight: bold;
}

td {
 font-weight: normal;
 text-align: left;
 padding-top: 4px;
 padding-right: 10px;
 padding-bottom: 4px;
 padding-left: 10px;
}

th {
 font-weight: normal;
 text-align: left;
 padding-top: 4px;
 padding-right: 20px;
 padding-bottom: 4px;
 padding-left: 20px;
 border-top-width: 1px;
 border-bottom-width: 1px;
 border-top-style: solid;
 border-bottom-style: solid;
 border-top-color: #000000;
 border-bottom-color: #000000;
}


