body {background-color:#F1F1EE; color:black}
a:link {color:#0055ff}
a:visited {color:#0000ee}
a:hover {color:#4499b2}
a:active {color:black}

p {
  max-width: 75%;
  margin: 10px auto;
}
p img {
  display: block;
  margin: 0 auto; /* Centers the image within the paragraph region */
  border:1px solid black;
  width: 70%;
}

