body { background: aquamarine; margin-left: 2em; margin-right:2em }
h1 { background: darkslateblue; color: white; font-size: 18pt; }
h2 { font-size: 14pt; }
h3 { font-size: 12pt; }
p { font-size: 10pt; }
em { font-style: normal; font-weight: bold; color: red }
a:link { color: blue; }
a:visit { color: purple; }
a:hover { color: darkorange; }
table, td, th { border-width: 2px; borderstyle: solid; border-color: blue; }
th { background: deepskyblue; }
td { background: honeydew; font-size: 14pt; }
