  }
  body {
    line-height: 1;
  }
  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

/*=========================================
    Main Styles
    =========================================*/
    body {
      font-family: arial;
      font-weight: bold;
      font-size: 15px;
      color: white;
    }

    /* I did create attributes for each page. Even though they were the same, I wanted them separated
    because I didn't want a single setting to mess up another page. */

    body.homepage {
      background-image: url('../img/barn.jpg'); 
      background-repeat: no-repeat; 
      background-position: center;
      background-attachment: fixed;
      background-size: 50% auto;
      background-color: #4CC417;
    }

    body.about {
      background-image: url('../img/barn.jpg');
      background-repeat: no-repeat; 
      background-position: center;
      background-attachment: fixed;
      background-size: 50% auto;
      background-color: #4CC417;
    }

    body.fruitveg {
      background-image: url('../img/fnv.jpg');
      background-repeat: no-repeat; 
      background-position: center;
      background-attachment: fixed;
      background-size: 50% auto;
      background-color: #4CC417;
    }

    body.perishables {
      background-image: url('../img/milkeggs.jpg');
      color: black;
      background-repeat: no-repeat; 
      background-position: center;
      background-attachment: fixed;
      background-size: 50% auto;
      background-color: #4CC417;
    }

    body.meat {
    background-image: url('../img/cow.jpg');
    background-repeat: no-repeat; 
    background-position: center;
    background-attachment: fixed;
    background-size: 50% auto;
    color: black;
    background-color: #4CC417;
  }

    body.contact {
      background-image: url('../img/barn.jpg');
      background-repeat: no-repeat; 
      background-position: center;
      background-attachment: fixed;
      background-size: 50% auto;
      background-color: #4CC417;
    }

    header {
      font-size: 15px;
      font-family: arial;
    }

    footer {
      font-size: 10px;
      font-family: arial;
      position: absolute;
      bottom: 0;
      width: 100%;
    }

    a:link {
      color: white;
    }

    a:visited {
      color: white;
    }

    a:hover {
      color: blue;
    }

    A:active {
      color: black;
    }

    #menu li {
      display: inline;
      padding: 20px;
    }

    #background {
      background-size: 100%;
    }

    #title {
      font-size: 30px;
    }

    th {
      background-color: white;
      color: black;
    }


 
