body {
    margin: 40px auto;
    width: 90%;
    margin-bottom: 200px;
}
nav ul, footer ul {
    font-family:'Serif';
    padding: 0px;
    list-style: none;
    font-weight: bold;
}
nav ul li, footer ul li {
    display: inline;
    margin-right: 20px;
}
a {
    text-decoration: none;
    color: Blue;
}
a:hover {
    text-decoration: underline;
}
h1 {
    font-size: 2em;
    font-family:'Serif';
}
h2 {
    font-size: 1.5em;
    font-family:'Serif';
}
p {
    font-size: 1em;
    line-height: 1.4em;
    font-family:'Serif';
}
footer {
    border-top: 1px solid #d5d5d5;
    font-size: .8em;
}

ul.posts { 
    margin: 20px auto 40px; 
    font-size: 1.5em;
}

ul.posts li {
    list-style: none;
<<<<<<< ours
=======
}

th,td {
    padding: 15px;
    border: 1px solid black;
}

table {
  border: 1px solid black;
}

img {
    position: relative; z-index:0; transform-origin: right center;
    max-width: 100%;
    max-height: 100%;
}

img:hover{
    transform: scale(8); 
    max-width: 800px;
    z-index: 999;
}