<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document for UHERO website*/
/* uhero.css */
/* Colors: Blue #00008D, Yellow #F8D55D, F0BA01 */

h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
	border-bottom: thin solid #0000DB;
	text-decoration: none;
	font-size: 20px;
	color: #0000DB;
}

/* List markers specified with descendant selectors */
ol { list-style: decimal; }
ol ol { list-style: upper-alpha; }
ol ol ol { list-style: lower-roman; }

/* Classes used for headlines */
.notice {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
	font-size: 15px;
	color: #E8B400;
}

.notice-small {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
	color: #E8B400;
}

.notice-yellow {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #E8B400;
}

.notice-dark {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #0000DB;
}

.notice-blue {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #0066FF;
}

.notice-blue-times {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	color: #0066FF;
}
/* End classes used for headlines */

.calendar-event {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	color: #FF0000;
}

p {
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	border-bottom: none;
	text-decoration: none;
	font-size: 12px;
	color: #000000;
}

.paragraph {
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	border-bottom: none;
	text-decoration: none;
	font-size: 12px;
	color: #000000;
}

li {
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	border-bottom: none;
	text-decoration: none;
	font-size: 12px;
	color: #000000;
}

#welcome {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
	text-decoration: underline;
	font-size: 30px;
	color: #000000;
}

/* Pseudo-classes and div ids associated with navigation table */
td.menucell {
	padding-top: 3px;
	padding-bottom: 2px;
	text-align: center;
}

table#menutable {
	border-top: thin solid #00008D;
	border-bottom: thin solid #00008D;
}

table#main {
	border-bottom: thin solid #00008D;
	border-left: thin solid #00008D;
	border-right: thin solid #00008D;
}

td#padded {
	padding: 10px 10px 10px 10px;
	vertical-align: top;
}

td#leftcontent {
	border-right: thin dashed #00008D;
	padding: 10px 10px 10px 10px;
	vertical-align: top;
}

td#middlecontent {
	padding: 10px 10px 10px 10px;
	border-left: thin dashed #00008D;
	border-right: thin dashed #00008D;
	vertical-align: top;
}

td#rightcontent {
	text-align: right;
	border-left: thin dashed #00008D;
	padding: 10px 10px 10px 10px;
	vertical-align: top;
}

#small {
	padding-top: 5px;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	font-size: 10px;
}

a {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #0066FF;
}

a:visited {
	text-decoration: underline;
	color: #E8B400;
}

a:hover {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	color: #0066FF;
}

a:active {
	color: #00008D;
}

a.menu {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #0066FF;
}

a.menu:visited {
	text-decoration: underline;
	color: #E8B400;
}

a.menu:hover {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	color: #0066FF;
}

a.menu:active {
	color: #00008D;
}
</pre></body></html>