<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * {margin: 0; padding: 0;}
 body {
	margin-top: 0px;
	padding-top: 0px;
}
#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
*/
#header {
	height: 158px;
	width: 850px;
	background-image: url(../images/hpwren_header2016.jpg);
	background-repeat: no-repeat;
}

#textbox {
	width: 850px;
	padding-bottom: 20px;
}
#textbox h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	padding-bottom: 10px;
}
#textbox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	padding-bottom: 5px;
}
#textbox a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #467eb9;
	text-decoration: none;
	font-weight: bold;
}
#textbox a:hover {
	text-decoration: underline;
}
#textbox li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	list-style-position: inside;
	list-style-type: disc;
	padding-left: 20px;
}
#overview {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #467eb9;
	padding-top: 5px;
	padding-bottom: 5px;
}
#overview p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
}
#container td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	padding-bottom: 10px;
}
#container td a {
	color: #2C4284;
	text-decoration: none;
	font-weight: bold;
}
#container td a:hover {
	text-decoration: underline;
}
#logobox {
	background-image: url(https://cdn.hpwren.ucsd.edu/images/20240322-sevenLogos.jpg);
	background-repeat: no-repeat;
	height: 120px;
	width: 850px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #467eb9;
	background-position: center;
	clear: both;
	margin-bottom: 10px;
}
#footer {
	width: 850px;
	padding-bottom: 5px;
	padding-top: 5px;
	clear: both;
}
#footer p {
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer a {
	color: #467eb9;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #666666;
}
#footer a:hover {
	text-decoration: underline;
}

#form {
	width: 425px;
	float: left;
	padding-bottom: 5px;
}
#disclaimer {
	width: 425px;
	float: left;
	padding-bottom: 5px;
}
#disclaimer p {
	text-align: right;
}
</pre></body></html>