<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*========================================================================
Cal Poly Template Custom Web Stylesheet

Add custom styles for your web site here.
=========================================================================*/

#cplogo {
	float: right;
	width: 152px;
	margin: 0 22px 0 0;
	}
#deptlogo {
	float: right;
	}
#headercontent {
	float: left;
	margin: 10px 0 12px 0;
	padding-left: 20px;
	border-left: #fff solid 1px;
	color: #FFF;
	}
#headercontent #deptname {
	color: #FC0;
	}
#header #deptname a:link,
#header #deptname a:visited {
	text-decoration: none;
	color: #ff6;
	}
#header #deptname a:focus,
#header #deptname a:hover,
#header #deptname a:active {
	text-decoration: underline;
	color: #ff6;
}
#headercontent #deptname p#department_name {
	font-family: "Times New Roman", Times, serif;
	color: #FFC;
	font-size: 170%;
	font-weight: normal;
	padding: 0;
	}

#footer {
	font-size: 60%;
}</pre></body></html>