body { background: azure; color: black; margin-left: 2em; margin-right:2em; }
h1 { background: green; color: white; font-size: 2em; }
h2 { background: green; color: white; fonto-size: 1.5em; }
p { line-height: 1.3em; }
table, td { background: seashell; }
th { background: snow; }
a:link { color: blue; }
a:visited { color: blueviolet; }
a:hover { color: orange; }
