body {font-size: 15px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #943634;}
table {font-size: 15px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #4c392c;}
p {font-size: 15px; color: #4F3022; font-family: Verdana, Arial, Helvetica, sans-serif;} 
ul  {font-size: 16px; font-family: Verdana, Arial, Helvetica, sans-serif;}
ol {font-size: 15px; color: #1e1e1e; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left;}
hr {color:#713a26;}

.gallery{
margin: 10px 50px;
}
.gallery img{
transition: 1s;
padding: 4px;
}
.gallery img:hover{
transform: scale(1.1);
}

#ul1 {
    list-style-type: none;
    margin: 1;
    padding: 0;
    width: 250px;
    background-color: #f9f0ae;
    border: 1px solid #6b3a33;
    font-weight: bold; 
}

#li1 a {
    display: block;
    color: #000;
    padding: 12px 20px;
    text-decoration: none;
}

#li1 {
    text-align: center;
    border-bottom: 2px solid #6b3a33;
}

#li1:last-child {
    border-bottom: none;
}

#li1 a.active {
    background-color: #6a3a30;
    color: white;
}

#li1 a:hover:not(.active) {
    background-color: #943634;
    color: white;
}

#ul2 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 60px;
    background-color: #dfc5a4;
    font-size: 15px;
}

#li2 a {
    display: block;
    color: #000;
    padding: 2px 10px;
    text-decoration: none;
}

#li2 {
    text-align: center;
}

#li2:last-child {
    border-bottom: none;
}

#li2 a.active {
    background-color: #6a3a30;
    color: white;
}

#li2 a:hover:not(.active) {
    background-color: #cd853f;
    color: white;
}

#ul3 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 220px;
    background-color: #f9f0ae;
    font-size: 14px;
}

#li3 a {
    display: block;
    color: #000;
    padding: 2px 10px;
    text-decoration: none;
}

#li3 {
    text-align: left;
}

#li3:last-child {
    border-bottom: none;
}

#li3 a.active {
    background-color: #6a3a30;
    color: white;
}

#li3 a:hover:not(.active) {
    background-color: #cd853f;
    color: white;
}


.stildiv1 {
width: 880px;

background-color: #943634;

padding: 6px;

color: #000000;
font-size: 17px;
font-weight: inherit;
font-family: Verdana, Geneva, sans-serif;
font-style: inherit;
text-decoration: blink;

}


.stildiv {
width: 800px;

background-color: #ffffff;

padding: 10px;

color: #743d27;
font-size: 15px;
font-weight: inherit;
font-family: Tahoma, Geneva, sans-serif;
font-style: inherit;
text-decoration: blink;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;

-moz-box-shadow: 9px 10px 14px 1px #713925;
-webkit-box-shadow: 9px 10px 14px 1px #713925;
box-shadow: 9px 10px 14px 1px #713925;
}