body{
    background-image: url("background.jpg");
    font-family: 'Julius Sans One', sans-serif;
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    background-color:#9bbdf2;
}

#nav {
    list-style-type: none;
    margin:-7px;
    padding:0px;
    overflow:hidden;
    background-color:#eff1ff;
    text-align: center;
}

#nav li {
    display:inline-block;
}

#nav li a{
    display: block;
    padding: 14px 17px;
    text-align: center;
    color:black;
    text-decoration: none;
}

#nav li a:hover{
    background-color:#ffffff;
}

#content {
    border: solid black 2px;
    margin-top: 16px;
    width: 68%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 20px;
    background-color:rgba(255,255,255,0.5);
}
table{
    margin:auto;
}
#content ul, #content ol{
    margin:auto;
    width:35%;
    text-align: left;
  
.class {
    float: none;
}

