body {
    margin: 0px; 
    font-family: lucida, verdana, sans-serif; 
    font-size: 1em;
    font-weight: normal;
    letter-spacing: normal;
    font-size-adjust: .58;
    background: #ffffff;
}

a {
    text-decoration: none;
}
a:link {
    color: #2952ff;
}
a:visited {
    color: #901018;
}
a:hover {
    color: #5b80b7;
}
a:active {
    color: #d5ae83;
}

h4 {
    font-family: lucida, verdana, sans-serif; 
    font-size: 1em;
    font-weight: bold;
    letter-spacing: normal;
    font-size-adjust: .58;
    text-align: left;
}

h4.bio-subtitle {
    background-color: #fbf2ba; 
    color: black;
    font-family: verdana, sans-serif; 
    font-size: 1.02em;
}

/* Styles for table elements */

.menu-header {
    background-color:#ccccff;
    font-family: lucida, verdana, sans-serif; 
    font-weight: bold; 
    font-size: 1em; 
    color: white;
    text-align:center;
}

.menu-style {
    background-color:#eeeeee;
    font-family: lucida, verdana, sans-serif; 
    font-weight: normal; 
    font-size: 1em; 
    color: black; 
    margin: 0px;
    border: none;
    text-align: center;
}

.section-head {
    background-color:#cccccc;
    font-family: lucida, verdana, sans-serif; 
    font-weight: normal; 
    font-size: 1.01em;
    color: white; 
    margin: 2px;
    border: none;
    text-align: center;
}

.section-body {
    background-color:#ffffff;
    font-family: lucida, verdana, sans-serif; 
    font-weight: normal; 
    font-size: 1em; 
    color: black; 
    margin: 2px;
    padding-left: 5%;
    padding-right: 5%;
    border: none;
    text-align: justify;
}

.bio-name {
    /* background-color:#e8e8e0; */
    background-color:#eaecee; /* for the PNG color */
    font-family: lucida, verdana, sans-serif; 
    font-weight: bold; 
    font-size: 1.01em;
    text-align: center;
    color: #666666; 
    margin: 0px;
    border: none;
}
/*
.bio-item-content {
    background-color:#e1e0e0;
    font-family: lucida, verdana, sans-serif; 
    font-weight: normal; 
    font-size: 1em; 
    color: black; 
    margin: 2px;
    padding-left: 25%;
    padding-right: 5%;
    border: none;
    text-align: justify;
}
*/
.bio-content  {
    /*  background-color:#efefef; */
    font-family: lucida, verdana, sans-serif; 
    font-weight: normal; 
    font-size: 1em; 
    color: #666666; 
    margin: 4px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0px;
    padding-bottom: 0px;
    border: none;
    text-align: justify;
}

