h1 {
  border: 6px solid #993300;
  font-family: Cambria;
  color: white;
  text-transform: capitalize;
  background-color: #3333ff;
  font-size: 2.3em;
  font-weight: bold;
  text-align: center;
}
h2 {
  font-size: 1.7em;
  line-height: 0em;
  font-style: oblique;
  text-align: center;
  font-family: Cambria;
  color: black;
  font-weight: bold;
  text-transform: capitalize;
  text-decoration: underline;
}
body {
  font-family: "Times New Roman",Times,serif;
  font-size: 1em;
  text-align: center;
  background-color: #ffff99;
  color: black;
  font-weight: normal;
}
p.first {
  font-family: "Times New Roman",Times,serif;
  font-style: italic;
}
pre {
  background-color: #cc0000;
  font-size: 1em;
}
a:hover {
  background-color: #33cc00;
}
