.green-heading {
      font-family: "PT Sans Narrow","Lucida Sans Unicode", Arial;
      color: rgb(93,151,50);
      text-shadow: rgb(255,255,255) 1px 1px 0px;
}
body {
       background-color: rgb(122,171,185);
       background-image: url("background2.jpeg"); 
       background-repeat: repeat-x;
}