body { background: beige; margin-left: 2em; magin-right: 2em; }
h1 { background: orange; color: white; font-size: 1.5em; border-radius: 8px; padding-left: 10px; padding-right: 10px; }
h2 { font=size: 1.2em; }
p { line-height: 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; }
table, td, th { border: 2px solid darkorange; }
td, th { padding: 8px; }
th { background: gold; }
td { background: lemonchiffon; }
