body {
  background-color:#FFFAFA;
}

body {
 font-family: Rockwell;
 text-align: left;
 color: #000000;
 background: #FFFFFF;
}

h1{
  font-size: 36pt;
  color: rgb(255, 102, 0);
  font-family: "Rockwell";
}

h2{
  font-size: 26pt;
  color: rgb(51, 102, 255);
  font-family: "Rockwell";
}

h3{
  font-size: 22pt;
  color: rgb(255, 102, 0);
  font-family: "Rockwell";
}

h4{
  font-size: 18pt;
  color: rgb(51, 102, 255);
  font-family: "Rockwell";
}

h5{
  font-size: 18pt;
  color: rgb(255, 102, 0);
  font-family: "Rockwell";
}

p {
  color: rgb(0, 0, 0);
  font-family: "Rockwell";
}

a:link {
  color: #B03060;
  font-family: "Rockwell";
  text-decoration:none;
}

a:visited {
  color: #B03060;
  font-family: "Rockwell";
  text-decoration:none;
}

a:active {
  color: #B03060;
  font-family: "Rockwell";
  text-decoration:none;
}

a:hover {
  color:red;
  font-family: "Rockwell";
}