  h1 { 
    color: rgb(255, 255, 255);
    background-color: rgb(229, 139, 35);
    font-family: Arial;
    font-size: large;
    text-align: center;
  }

  h2 { 
    color: rgb(229, 139, 35);
    background-color: rgb(255, 255, 255);
    font-family: Arial;
    font-size: medium;
    text-align: center;
  }

  img {
    border: 0px none;
  }

  a:link { 
    color: rgb(229, 139, 35);
  }

  a:visited {
    color: rgb(229, 139, 35);
  }

  a:active {
    color: red;
  }

  a:hover { 
    color: black;
  }