body {
  background-color: powderblue;
}

a:link {
  color: SlateGrey;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: plum;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: SlateBlue;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: PeachPuff;
  background-color: transparent;
  text-decoration: underline;
}

h1 {
  color: gray;
  text-align: center;
  font-family: optima, sans-serif;
  font-size: 20px;
}

h2 {
  color: #778899;
  text-align: center;
  font-family: optima, sans-serif;
  font-size: 15px;
}

h4 {
  text-align: center;
  font-family: courier;
  font-size: 12px;
}

p {
  text-align: center;
  font-family: courier;
  font-size: 13px;
}

img {
  float:right;
  margin-right: 30px;
  margin-top: 20px;
}

div {
  background-color: none;
}

ul {
  list-style-type: square;
  ;
}
