html {
    background-color: white; /* whitesmoke; */
	overflow: auto;
}

p ul li
{
    background-color: white;
}

h1, h2, h3
{
    margin-top: 0;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    text-align: center;
    font-weight: normal;
}

p, li {
    text-align: justify;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    margin-top: 8px;
    font-size: 100%;
}

#text {
    font-family: Arial, Helvetica, sans-serif;
}

td, th {
    vertical-align:top;
}

.bio {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    text-align: justify;
    margin-left:25%;
    margin-right:25%;
}

a {
    color: steelblue;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#page {
    margin-left:10%;
    margin-right:10%;
    margin-top:3%;
}

#maincontent {
    margin-left: 25%;
    padding: 3% 5% 5% 0%;
    height: 100%;
}

#panel {
}

#foot {
    float: bottom;
    text-align: center;
    clear: both;
}

.links {
    float: center;
    text-align: center;
}

#normal {
    position: relative;
    height: 50%;
}

#hover-content {
    display: none;
}

#normal:hover #hover-content {
    display: block;
}

#normal div {
    position: absolute;
    bottom: 0;
    /* width: 0.3vw; */
}

@media screen and (max-width: 1150px) {
}
