body {
  font-size: 1em;
  color: #009900;
  background-color: #ffff99;
}
h1 {
  border: 6px solid black;
  margin: auto;
  font-weight: bold;
  text-align: center;
  background-color: #3333ff;
  color: white;
  font-size: 2.7em;
  font-style: normal;
  text-transform: capitalize;
  width: 700px;
  font-family: Cambria;
}
h2 {
  color: #890000;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 1.6em;
  text-decoration: underline;
  text-align: center;
  font-family: Cambria;
}
pre {
  font-size: 1em;
  background-color: red;
  text-align: center;
  font-family: Arial,Helvetica,sans-serif;
  color: white;
  font-style: italic;
}
a:hover {
  border-style: double;
  border-color: black;
  background-color: white;
  color: #6d00da;
  text-align: center;
  font-size: 0.9em;
}
p {
  font-family: "times new roman",times,serif;
  line-height: 1em;
  font-size: 1em;
  color: black;
}
p.first {
  color: black;
  font-size: 1em;
  font-weight: bold;
  font-style: italic;
  font-family: "Times New Roman",Times,serif;
}
