body { background: beige; color: navy; margin-left: 2em; margin-right: 2em;  }
h1 { font-size: 1.2em; }
h2 { font-size: 1em; }
p { line-height: 1.5em; }
em { font-style: normal; font-weight: bold; color: red; }

a:link { color: navy; }
a:visited { color: blueviolet; }
a:hover { color: olive; }

