h1
{
  color: rgb(159, 211, 230);
}

h2
{
  color: rgb(159, 191, 230);
}

  a:link
  {
    color: blue;
    text-decoration: underline;
    font-size: 26px;
  }
  a:visited
  {
    color: blue;
    text-decoration: underline;
    font-size: 26px;
  }
  a:hover
  {
    color: purple;
    text-decoration: underline;
    font-size: 26px;
  }

p
{
  color: rgb(159, 191, 230);
  font-size: 36px;
}

body
{
  background-image: url("../pictures/Leryland.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
}
