<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	margin: 0 0 0 0;
	font: normal "Times", serif;
}

/* -------------------- This is the CSS (Cascading Style Sheet) file. --------------------------- */
/* -------------------- It controls the formatting of the following: ------------------------------ */
/* -------------------- Left Navigation Include file (leftnav.inc) -------------------------------- */
/* -------------------- Footer Include file (footer.inc) --------------------------------------------- */
/* -------------------- All other site content (*.shtml files) ---------------------------------------- */

/* -------------------- Each .shtml file has the following line which calls this file: ----------- */
/* -------------------- &lt;link href="ur.css" rel="stylesheet" type="text/css" /&gt; ---------------- */
/* -------------------- It is critical that every shtml file includes this line --------------------- */
/* -------------------- before the &lt;body&gt; tag.  Otherwise, the site formatting ------------------ */
/* -------------------- will be inconsistent. ------------------------------------------------------------- */

/* -------------------- If you want to change any of these lines, call me first. ------------------ */


p {
	text-indent: 20px;
	line-height: 120%;
}

#nav {
	margin: 0 auto;
	padding: 0 auto;
	background: #590d6a;
}

#nav ul {
	width: 250px;
	float: left;
	padding: 0;
	margin: 0 0 0 0;
	list-style-type: none;
	border: 1px solid;
}

#nav ul h1{
	font: normal small "Verdana", Arial, Helvetica, sans-serif; 
	padding: 10px 0 10px 0;
	text-align: left;
	margin: 0 10px 0 10px;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
}

#nav ul h2{
	text-align: left;
	margin: 0 10px 0 30px;
	font-size: 1em;
	font: normal small "Verdana", Arial, Helvetica, sans-serif; 
	font-weight: bold;
}

#nav ul h3{
	text-align: left;
	margin: 0 10px 0 50px;
	font-size: 1em;
	font: normal small "Verdana", Arial, Helvetica, sans-serif; 
}

#nav li a{
	text-decoration: none;
}

#nav li a:link{
}

#nav li a:hover{
	text-decoration: underline;
}

#content {
	text-align: center;
	margin: 20px 0 0 260px;
}

#content a{
}

#content a:link{
}

#content a:hover{
	text-decoration: underline;
}

#footer {
	text-align: center;
	margin: 20px 0 0 260px;
}</pre></body></html>