<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, section, html, div, span, footer, p {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1;
	vertical-align: baseline;
}

html, body {
	height: 100%;
}

body {
	min-width: 1300px;
	overflow: scroll;
	font-family: 'Optima';
	font-size: 14px;
	min-height: 100%;
	height: 100%;
}

#body {
	min-height: 100%;
}

#rightFrame,
#sidebar {
	height: 100%;
	min-height: 840px;
}

#rightFrame &gt; #announcements {
	min-height: inherit;
}

.announcement &gt; .announcementText {
	margin-bottom: 20px;
}
.container &gt; .content,
#rightFrame &gt; #announcements { 
	padding-bottom: 100px;
}

.container &gt; .content {
	max-width: 800px;
}

#rightFrame &gt; .container {
	width: 800px;
}
#footer {
	height: 80px;
	background: #1F4970;
	clear: both;
	width: 100%;
	bottom: 0;
	min-width: 1300px;
}

@font-face {
  font-family: 'Optima';
  src: url('https://courses.engr.illinois.edu/ece110/fonts/Optima_regular_webfont.eot');
  src: url('https://courses.engr.illinois.edu/ece110/fonts/Optima_regular_webfont.eot#iefix') format('embedded-opentype'),
       url('https://courses.engr.illinois.edu/ece110/fonts/Optima_regular_webfont.woff') format('woff'),
       url('https://courses.engr.illinois.edu/ece110/fonts/Optima_regular_webfont.ttf') format('truetype'),
       url('https://courses.engr.illinois.edu/ece110/fonts/Optima_regular_webfont.svg#Optima_regular_webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}

#heading {
	height: 150px;
	width: 100%;
}

#heading &gt; #leftHeading {
	background: #E98023;
	height: 150px;
	width: 300px;
	float: left;
}

#leftHeading &gt; img#headingDecor {
	height: 160px;
	float: left;
	-webkit-user-select:none;
	-webkit-user-drag:none;
}

#rightHeading {
	margin-left: 300px;
	height: 100%;
	width: auto;
}

#rightHeading &gt; #logo {
	background: #1F4970;
	height: 135px;

}

#gradient {
	height: 20px;
	width: 100%;
	background-image: url('https://courses.engr.illinois.edu/ece110/imgs/gradient.png');
	background-height: 20px;
	background-repeat: repeat-x;
}

#headingContainer &gt; p:first-child {
	font-size:60px;
	font-weight: bold;
	line-height: 50px;
	padding: 35px 0 0 0;
}

#headingContainer &gt; p:nth-child(2) {
	font-size: 20px;
	font-weight: bold;
}

#headingContainer &gt; p{
	color: white;
	font-family: "Palatino" serif;
	margin-left: 40px;
}

#footer &gt; .container {
	display: table;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

.container &gt; #leftFooter,
.container &gt; #middleFooter,
.container &gt; #rightFooter {
	display: table-cell;
	vertical-align: middle;
	padding: 0 30px 0 30px;
	color: white;
}

#middleFooter &gt; a:active,
#middleFooter &gt; a:visited,
#middleFooter &gt; a:link {
	text-decoration: none;
	color: inherit;
}

#middleFooter &gt; a:hover {
	text-decoration: underline;
}

.container &gt; #middleFooter {
	text-align: center;
	font-size: 10px;
}

a#breadCrumbs:active,
a#breadCrumbs:link,
a#breadCrumbs:visited,
a#breadCrumbs:hover {
	text-decoration: none;
}

.big {
	text-transform: uppercase;
}

#leftHeading &gt; #term {
	float: left;
	margin: 100px 0 0 50px;
	font-size: 20px;
	color: #1F4970;
}

#body {
	width: 100%;
}

#body &gt; #sidebar {
	width: 300px;
	margin-top: 100px;
	text-align: right;
	float: left;
	height: auto;
}

.sidebarParent {
	margin: 0 20px 5px 0;
}

.sidebarParent &gt; p:first-child {
	font-size: 19px;
	color:#5182BB;
	padding: 0;
}

.sidebarLink {
	list-style: none;
	margin: 0 0 7px 0;
	font-size: 15px;
	color: #7F7F7F;
}

#rightFrame {
	float: left;
}

#rightFrame &gt; #announcements,
#announcements &gt; .container {
	width: 900px;
}

#announcements {
	background-color:#F5F5F5;
}

.hidden {
	margin: 3px 0 0 0;
	padding: 0;
	border: 0;
}

#announcements &gt; .container,
#rightFrame &gt; .container {
	margin: 0 0 0 40px;
	padding: 50px 0 0 0;
}

.container &gt; .pageHeader {
	font-size: 40px;
	color: #1F4970;
}

.container &gt; .content {
	margin-top: 30px;
	font-size: 16px;
	width: 100%;
}

.announcement &gt; .date {
	color:#E98023;
	font-size:20px;
	margin-bottom: 10px;
}

.announcement &gt; .announcementText {
	font-size: inherit;
}


.sidebarLink &gt; a:link,
.sidebarLink &gt; a:active,
.sidebarLink &gt; a:visited {
	color: inherit;
	font-size: inherit;
	text-decoration: none;
}

.sidebarLink &gt; a:hover {
	text-decoration: underline;
	color:#5182BB;;
}

.first_letter {
	font-size: 118%;
}

a:visited,
a:hover,
a:link {
	color:#5182bb;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}</pre></body></html>