body {
    margin-top: 3em;
    text-align: center;
}

* {
    font-family: "cutive mono";
}

.left {
    float: left;
}

.right {
    float: right;
}

section a {
    text-decoration: none !important;
    font-size: 1.3em;
    color: #000;
}

section a.menu-tab-items:hover {
    border-top: 2px solid #000;
    color: #000;
}

.menu-tab-selected, .menu-tab-selected:hover {
    border-top: 5px solid #000;
    color: #000;
}

section h1.main-title-h1 {
    background: #000;
    color: #fff;
}

p#mission-subtitle {
    color: #999999;
    margin-top: -0.9em;
}

p#ellsa-about-description {
    margin-top: 1em;
    border: 0.2em solid black;
    padding: 2em;
    font-size: 1.2em;
    text-align: left;
}

.left-top-exec-profile-image {
    margin-right: -2em;
    margin-left: 2em;
}

.left-profile-image {
    margin-right: -2em;
    margin-left: 6em;
}

.center-profile-image {
    margin-left: -2em; 
    margin-right: -2em;
}

.right-profile-image {
    margin-left: -2em;
}

.profile-info {
    font-size: 1.125em;
    margin-top: 0.3em;
}

div.uoft-disclaimer {
    background-color: #fff;
    font-family: Arial, Verdana, Helvetica, San Serif;
    font-size: 9px; 
    text-align: center; 
    display: block; 
    width: 800px; 
    margin: 10em auto;
}