body {
 background: white;
 color: black;
 margin-left: 5em;
 margin-right: 5em;
 margin-top: 2em;
 }

h1 {
 background: white;
 color: white;
 font-size: 2.0em;
 font-style: italic;
 }

h2 {
 font-size: 1.5em;
 }

p {
 line-height: 1.6em;
 }

em {
 font-style: normal;
 font-weight: bold;
 color: red;
 }

table, td, th { border-width: 1px; border-style: solid; border-color: gray; }

th { background: silver; }

td { background: white; }

a:kink {
 color:blue;
 }

a:visited {
 color: blueviolet;
 }

a:hover {
 color: orange;
 }
