ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

li {
  padding-left: 1em;
  text-indent: -1em;
}
    
    a:link {
  color: #ee0e3a;
  background-color: transparent;
  text-decoration: none;
    }
sit
    a:visited {
  color: #9e094f;
  background-color: transparent;
  text-decoration: none;
    }

    a:hover {
  color: #ff5a29;
  background-color: transparent;
  text-decoration: underline;
    }

    a:active {
  color: #9e094f;
  background-color: transparent;
  text-decoration: underline;
    }
    
      body {
        background-image: url(background09.png);
        background-repeat: repeat;
        background-size: 250px;
        color: #643c27;
        font-family: Tahoma;
        text-shadow: 0.01em 0.01em 0.1em #643c27;
        line-height: 1.5;
        font-size:12px;
    }
    #topbanner {
        background-image: url(top01.png);
        background-repeat: no-repeat;
        background-size: 1485px;
        width: 1485px;
        height: 200px;
        overflow: hidden;
        left: 0px;
        top: 0px;
        position: absolute;
        z-index: 3;
    }
    #titleimg {
        padding: 10px;
        left: 415px;
        top: 10px;
        position: absolute;
        z-index: 4;
    }
    #main {
        background-color: #EADCBE;
        width: 800px;
        height: 340px;
        overflow: scroll;
        left: 300px;
        top: 310px;
        position: absolute;
        padding: 20px;
        z-index: 1;
    }
    #introtext {
        background-color: #EADCBE;
        width: 800px;
        height: 110px;
        overflow: scroll;
        left: 300px;
        top: 160px;
        position: absolute;
        padding: 20px;
        z-index: 1;
    }
    #fruit1 {
        left: 1010px;
        top: 5px;
        position: absolute;
        z-index: 5;
    }
    #fruit2 {
        left: 355px;
        top: 0px;
        position: absolute;
        z-index: 5;
    }
    #fruit3 {
        left: 1070px;
        top: 542px;
        position: absolute;
        z-index: 5;
    }
    #backbutton {
        left: 15px;
        bottom: 10px;
        position: fixed;
        padding: 8px;
        z-index: 4;
    }
    ::selection {
        color: #d2155d;
        background: #ff9999;
      }
      ::-moz-selection {
        background: #ff9999;
      }