body {
background:ivory; color: black; 
margin-left: 2em;
margin-right: 2em }
h1 { background: green ; color: white; font-size: 2em; font-style: italic; }
h2 { background: red; color: white; font-size: 1.5em; }
h3{ background: blueviolet; color: yellow; font-size: 1.2em;}


p { line-height: 1.5em;  }
em {font-style: normal; font-weight: bold; color: red; }
strong {font-style: 
a:link { color: blue}
a:visited {color: orange}
a:hover {color: red}
hr { color: red;}
