/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-color: #b4cacc;
    background-image: url(Images/movie-film-camera.png);
  color: #19390f;
  font-family: Verdana;
  
}
ol,ul {
        list-style: none;
}
 #mainMenu {
        margin: 10px;
        width: 900px;
        font-family: sans-serif;
}

 #mainMenu li {
        display:block;
        width:120px;
        float:left;
        margin-left:2px;
        border:1px solid #000;
}

 #mainMenu a {
        display:block;
        padding:3px;
        text-decoration:none;
        background-color:#677360;
        color:#f4f665;
}


 #mainMenu a:hover {
        background-color:#009;
        color:#fff;
}

#entry-wrap h1 {
background-color: #E94578;
color: #FFF;
padding : 5px;
}

div {
  padding: 25px 50px 75px 100px;
}

p {
  line-height: 24px;  
  margin: 15px 0;
}

table {
  font-weight: bold;
  font-size: 30px;
  border-spacing: 28px 0;
  
}
