  body { background: lemonchiffon url(bg001.gif); color: black; margin-left: 2em; margin-right: 2em; }
  h1 { background: teal; color: white; font-size 1.5em; 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: 3px; border-style: solid; border-color: lightsalmon; border-collapse:collapse;}
  th { background: aquamarine; }
  td { background: honeydew; }
  a { text-decoration: none; }
  a:link { color: blue; }
  a:visited { color: purple; }
  a:hover { color: darkorange; }