.content{
font-weight: bold; 
font-size: 17px; 
padding-left: 8px;
}

.navbox{
border: 1px black solid;
background-color: #e0d7cb;
width: 206px;
margin-left:10px;

}

.contentbox{
border: 1px black solid;
background-color: #e0d7cb;
margin-left: 10px;
margin-right: 8px;
height: 519px;


}

.navUl{
list-style: none;
margin-left: 10px;
padding-left: 10px;
line-height: 35px;
}

#navlinks{
font-family: arial;
font-weight: bold;
font-size: 20px;
text-decoration: none;
color: black;
}

#navlinks:hover{
font-family: arial;
font-weight: bold;
font-size: 20px;
text-decoration: none;
color: #115709;
}

