
body {
   background-color: rgb(255,240,220);
   margin-bottom:1cm;
   margin-left:15mm;
   margin-right:1cm;
}

h1 {
  text-align:center;
  width:80%;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:1cm;
  background-color: rgb(255,200,130);
}

h2 {
  text-indent:1em;
  width:70%;
  background-color: rgb(255,220,150);
}

p {
   min-width:10cm;
   width:70%;
}

hr {
   width:80%;
}

/* visited ref link */
a:visited {
    color: #FF0000;
}


