body {background-color: white}
h1{
font-size: 14pt;
color: red}

table.data_headings{
table-layout: fixed;
color: black;
width: 800px;
font-size: 8pt;
font-weight: bold;
border-collapse: collapse}

table.data{
table-layout: fixed;
color: black;
width: 800px;
font-size: 8pt;
border-collapse: collapse}

td.data_all{
width: 100px;
border: 1 solid grey}