body { background: honeydew; color: black; margin-left: 2em; margin-right: 2em; margin-top: 1.5em;  }
h1 { background: green; color: white; font-size: 2.5em; font-style: normal; text-align: center; }
h2 { font-size: 1.2em; }
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:  pink; border-collapse: collapse; }
th { background: lemonchiffon; }
td { background: honeydew; }
a:link { color: blue; }
a:visited { color: blueviolet; }
a:hover { color: orange; }

table.menu, td.menu, th.menu { border-width: 2px; border-style: solid; border-color: green; border-collapse: collapse; }
th.menu { background: honeydew; }
td.menu { background: honeydew; }
strong { font-weight:normal; }
em { font-style:normal; }