BODY {
 color:black;
 background-color: white;
 line-height: 125%;
}
H1 {
 text-align: center;
 text-decoration: underline;
 line-height: 125%;
 margin-bottom: auto;
}
H2 {
 line-height: 130%;
 vertical-align: bottom;
 color: black;
 background-color: #FFCFCF;
 text-align: left;
 text-decoration: none;
 text-indent: -0.2em
 margin-top: -1.2em;
 margin-right: auto;
 margin-left: auto;
 margin-bottom: 75%
 height: auto;
 border-style: solid;
 border-right-width:0;
 border-top-width:0;
 border-left-width: 4;
 border-bottom-width: 2;
 border-color: #FFAFAF;
 text-indent: 2%;
}
H3 {
 line-height: 150%;
 vertical-align: bottom;
 color: black;
 background-color: #ccccff;
 text-align: center;
 text-decoration: none;
 margin-top: auto;
 margin-right: auto;
 margin-left: auto;
 margin-bottom: 50%
 border-style: inset;
 border-right-width:0;
 border-top-width:0;
 border-left-width: medium;
 border-bottom-width: thin;
 border-color: blue;
}

TABLE {
 text-align: left;
 caption-side: top;
 table-layout: auto;
 border-spacing:  auto;
 border-collapse: separate;
 empty-cells: show;
}
