<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main_content {
	margin-top: 35px;
	margin-left: 25px;
}

.heading_title {
font-size: 38px;
text-transform: uppercase;
color: #1f4970;
}

.business_card_img {
	border-radius: 50%;
	border:#c2c2c2 3px solid;
	width: 80px;
	margin: 0 20px 0 0;
	float: left;
}

.business_card {
	width: 320px;
	height: 85px;
	background: #f5f5f5;
	padding: 15px 15px 15px 15px;
	float: left;
	margin: 0 20px 20px 0;
}

.contacts {
	margin: 35px 0 0 0;
}

.business_card_name {
	color: #214a6f;
	font-size: 24px;
	font-family: palatino;
}

.business_card_info {
	margin: 5px 0 0 0;
}

.business_card_info &gt; .website,
.business_card_info &gt; .email{
	color: #e78031;
	font-size: 18px;
}

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

a:hover {
text-decoration: underline;
}

.new_row {
	clear: both;
}

.TAs {
	margin: 150px 0 0 0;
	width: 720px
}

.lecture_staff {
	font-size: 24px;
	color: #1f4970;
}

.border_wrap {
	border-bottom: 1px grey solid;
}

.business_card_more {
	color: grey;
	font-size: 90%;
}

.office_hours {
	margin-top: 10px;
}

.office_hours_title {
	clear:both;
	border-bottom: solid 1px #c7c7c7;
}</pre></body></html>