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

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

.left {
    float: left;
}

.right {
    float: right;
}

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

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;
}

p#ellsa-spotlight-description {
    margin-top: 2em;
    margin-left: -1em;
    font-size: 1.2em;
    text-align: left;
}

div#spotlight-quote {
	background: #000;
	padding-top: 2em;
	padding-bottom: 2em;
}

p#spotlight-quote-main {
	color: #fff;
	font-size: 3.5em;
	line-height: 80%;
}

p#spotlight-quote-sub {
	color: #fff;
	font-size: 2em;
	line-height: 80%;
}

div#spotlight-mini-desc-box {
	background: #4be8d7;
}

p#spotlight-mini-desc {
	color: #fff;
	font-size: 1.2em;
	padding-top: 2em;
	padding-bottom: 1.2em;
	text-align: left;
}

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;
}