body {
    background-color:#b3d48c;
    font-family:Cabin, Verdana, sans-serif;
}

.header {

}
    
.bodymain {
    margin-left:12em;
}

.leftnav {
    background-color:#f0ffb8;
    font-weight:bold;
    width:12em;
    margin:0;
    padding:0;
    float:left;
    border:2px solid;
    border-radius:10px;
}

.leftnav a {
    display:block;
    text-decoration:none;
}

.leftnav ul {
    list-style-type:circle;    
}

.currentpage {
    list-style-type:disc;
}

ul.enlarge {
    list-style-type: none;
}

ul.enlarge li {
    display: inline-block;
    position: relative;
    z-index: 0;
    margin: 10px;
}

ul.enlarge span {
    position: absolute;
    left: -9999px;
}

ul.enlarge span img {
    border: 0px solid;
}

ul.enlarge span div {
    border-top: 1px solid;
    clear:both;
}

ul.enlarge li:hover {
    z-index: 1;
    }

ul.enlarge li:hover span {
    position: absolute;
    top: -100px;
    left: -100px;
}

ul.enlarge span {
    border: 1px solid;
    background:white;
    text-align: center;
}

.sample {
    float:left;
    margin:10px;
    border:6px ridge #f0ffb8;
}

.contacts {
    border:2px ridge;
    border-collapse:collapse;
    background-color:white;
}

.contacts td {
    padding:5px;
    border:1px solid;
}