body {
  background-color:#FFFAF0;
}

h1{
  font-size: 50px;
  color:#B03060;
  font-family: "Times New Roman", serif;
}

h2{
  color:#B03060;
  font-family: "Times New Roman", serif;
}

h3{
  color:#B03060;
  font-family: "Times New Roman", serif;
}

h4{
  color: #B03060;
  font-family: "Times New Roman", serif;
}

p {
  color:#B03060;
  font-family: "Times New Roman", serif;
}

a:link {
  color: #B03060;
  font-family: "Times New Roman", serif;
  text-decoration:none;
}

a:visited {
  color: #B03060;
  font-family: "Times New Roman", serif;
  text-decoration:none;
}

a:active {
  color: #B03060;
  font-family: "Times New Roman", serif;
  text-decoration:none;
}

a:hover {
  color:red;
  font-family: "Times New Roman", serif;
}
