body {
  background-color: white;
  font-family: Arial, Helvetica, sans-serif;
}

h1 {
  background-color: white;
  color: black;
   font-size: 3.5em;
}

td {
  background-color: white;
}

p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}
 /* unvisited link */
a:link {
  color: #d98219;
}

/* visited link */
a:visited {
  color: #d98219;
}

/* mouse over link */
a:hover {
  color: #7cae37;
}

/* selected link */
a:active {
  color: blue;
} 

pp {
  background-image: url("pix/bk.jpg");
}

