*{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

body{
  background-color: gray;
  }

img{
  float: left;
  border: solid 2px;
  }
  h2{
    margin-top:85px;
    
    }
    h3{
      text-align: center;}

    .date{
        background-color: antiquewhite;
        width: 275px;
        position: relative;
        top: 20px;
        left: -10px;
        margin-top: 10px;
    }
    .content{
        padding: 20px;
        background-color: antiquewhite;
        border: dotted black;
    }
    .entry{
        margin:auto;
        width:750px;
    }

#siteBar{
    background-color: antiquewhite;
    float:left;
    list-style-type: none;

    padding:25px;
    border: 5px solid black;
    margin: 68px;
    margin-left: 90px;
    height: 350px;
    
}
li a{
    padding:30px;

    display: block;
    text-align: center;
    text-decoration: none;
}