body { background: #f3f3b9; color: sienna; font-size: 22px; font-weight: bold; margin-left: 2em; margin-right: 2em; }
h1 { background: #ebb053; color: white; font-size: 3em; font-style: italic; }
h2 { font-size: 1.2em; }
p { line-height: 1.5em; }
em { font-style: normal; font-weight: bold; color: red; }
table, td, th { border-width: 2px; border-style: solid; border-color: lightsalmon; }
th { background: aquamarine; }
td { background: honeydew; }
a: link { color: blue; }
a:visited { color: pouple; }
a:hover { color: darkorange }