body { background: khaki; color: black; margin-left: 3em; margin-right: 3em; }
h1 { background: aquamarine; color: firebrick; font-size: 3.0em; border-radius: 8px; padding-left: 10px; }
h2 { font-size: 2.2em; }
h3 { background: aquamarine; color: firebrick; font-size: 2.0em; border-radius: 8px; text-align: right;  padding-right: 10px;}
h4 { font-size: 1.8em; color: black; }
p { line-height: 1.5em; font-size: 1.5em; }
em { font-style: normal; font-weight: bold; color: red; }
a:link { color: darkblue; }
a:visited { color: purple; }
a:hover { color: darkorange; }
p.welcome { text-align: center; }
p.welcome img { box-shadow: 4px 4px 4px; }
table, td, th { border: 2px solid lightsalmon; }
td, th { padding: 4px; }
th { background: tomato; font-size: 1.6em; }
td { background: lavender; font-size: 1.5em; }
