body { background: lemonchiffon url(bg001.gif); color: black; margin-left: 3em; margin-right: 3em; margin-top: 1em; margin-bottom: 0em; }
h1 { background: teal; color: white; font-size: 2.5em; font-style: italic; }
h2 { font-size: 1.8em; }
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 { text-decoration: underline; }
a:link { color: blue; }
a:visited { color: purple; }
a:hover { color: darkorange; }