body {  margin-left: 2em; margin-light: 2em;}
h1 { background: silver; color: blue; width: 100%;}
h2  { background: chartreuse; color: chocolate; width:100%;}
h3  { background: chocolate; color: chartreuse; width:100%;}

h6{ background: blue; color:blue; width:100%;}

h5{ background: teal; color:blue; width: 100%;}

h4{ background: cadetblue; color:darkkhaki; width: 100%;}


p { line-height: 1.6em;  }
 






a:link 
{ color: darkbrue; }

a:visited { color:teel ; }

a:hover { color: red; }
