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:#e5dcff;}
 img {display: block;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
}


  a:link {
  color: #6b357f;
  background-color: transparent;
  text-decoration: none;
  }
  a:visited {
  color: #6b357f;
  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;
}
.george {
      background-color: #c574f7;}

.jo {
      background-color: #ff6161;
  }

.jon {
      background-color: #ff6fe5;
  }

.nick {
  background-color: #75d3ff;}

.peter {
      background-color: #C1AEC7;
  }

.sylvia {
    background-color: #ffff9b
  }

.unknown {
      background-color: black;
    color:aliceblue
  }

.crowd {
      background-color: #ffa74e;
  }

span.error {
    color:#ff0000;
    background-color: white
  }

.notey {text-align:left;}

a.linky {
            text-align: left;
            color: #e4dcff;
            background-color: #725971;
            text-decoration: underline;
        }

a.dp {
  color: #ffffff;
  background-color: #9da4c9
}

a.fh {
  color:#8A8251
}