body { background: beige url(bg013.gif); color: black; margin-left: 2em; margin-right:2em; }
h1 { background: blue; color: white; font-size: 1.5em; border-radius: 8px; padding-left: 10px; }
h2 { font-size: 1.2em; }
p { line-height: 1.5em; }
li { line-height: 2.2em; }
em { font-style: normal; font-weight: bold; color: red; }
a {text-decoration: underline; }
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: lightpink; }
td { background: honeydew; }
