body { background: white; color: navy; margin-left: 2em; margin-right: 2em }
h1 { font-family: Maru Folk Medium; background: maroon; color: white; font-size: 1.5em; border-radius: 8px; padding-left: 10px; }
h2 { font-family: Maru Folk Medium; font-size: 1.2em; }
p { font-family: Maru Folk Medium; 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; }
p.welcome img { box-shadow: 4px 4px 4px; }
table { border-collapse: collapse; }
table, td, th { font-family: Maru Folk Medium; border: 2px solid hotpink; }
td, th { padding: 4px; }
th { background: orange; }
td { background: floralwhite; }
p.copy { clear: both; }
table.menu { float: left; margin: 10px; }
