h1 {
  color: #FF7000;          /* dark orange */
}

a {
  color: #FF4500;          /* orangered */
}

a:hover img {
  background-color: #FF7000;     /* lighter */
}

#wrapper {
  background: url("../images/nattie_sunflower_1000.jpg") 45% -325px no-repeat;
}

      #menu ul li a:hover {
        color: #FF7000;          /* lighter */
      }

      #text a:visited {
        color: #FF4500;          /* brighter */
      }
      #text a:hover,
      #text a:active {
        color: #FF7000;          /* lighter */
      }

      .sideMenu a:hover {
        color: #FF7000;          /* lighter */
      }

#leftCurtain {
  height: 831px;
  }

#rightCurtain {
  height: 831px;
  }

th {
  color: #FF4500;          /* orangered */
}

