body { background: beige url(bg001.gif); color: black; margin-left: 10em ; margin-right: 10em; }
h1 { background: maroon; color: white; font-size: 2.0em;  border-radius: 8px; padding-left: 200px; padding-top: 10px; padding-bottom: 10px;padding-right: 10px; }
h2 { font-size: 1.2em; }
p { line-height: 1.5em; border-radius: 8px; padding-left: 10px; }
em { font-style: normal; font-weight: bold; color: teal; }
a:link {color: darkblue; }
a:visitedlink {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: lightpink; }
td { background: honeydew; }
