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

body{
    background-color: gray;
}

#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;
}