h1 {text-align: center;}
  h2 {text-align: center;}
  h3 {text-align: center;}
p {text-align: center;}
div {text-align: center;}
pre {text-align: center;}
body {background-color:#BFACC8;}
 img {display: block;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
}
  

  a:link {
  color: #783F8E;
  background-color: transparent;
  text-decoration: none;  
  }
  a:visited {
  color: #783F8E;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: darkslateblue;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}
 .nick {
  background-color: ghostwhite;}
  
  .george {
      background-color: yellowgreen;}
  
  .jon {
      background-color: gold;
  }
  
  .jo {
      background-color: thistle;
  }
  
  .peter {
      background-color: turquoise;
  }
  
  .unknown {
      background-color: darkgray;
  }
  
  .notey {text-align:left;}