<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Additions by JCBeatty are marked by the comment "JCB" */

A {
	color: 10pt 0pt 0pt 20pt;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-decoration: none;

}
A:hover	{
	text-decoration: underline;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color : #D30044;

}
A:visited {
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, sans-serif;
    color : #D70045;
}

blockquote  { /* JCB */
    margin-top: 5px; 
    margin-bottom: 5px; 
    margin-left: 30px;
}

body.assignment { /* JCB */
    font-family: Verdana, Geneva, Arial, sans-serif;
    font-size: 11pt;
    color: black;
    line-height: 15pt; 
}

dl	{  /* JCB */
    text-decoration: none;
    font-family: Verdana, Geneva, Arial, sans-serif;
    color: black;
    margin-top: 5px;
    margin-bottom: 5px;
}

.correction {  /* JCB */
    background-color: rgb(216,247,255); 
}

dd	{ /* JCB */
    text-decoration: none;
    font-family: Verdana, Geneva, Arial, sans-serif;
    color: black;
    list-style-type : square;
    margin-top: 5px; /* JCB */
    margin-bottom: 5px; /* JCB */
    margin-left: 25px;  /* JCB */ 
}

ol	{ /* JCB */
    text-decoration: none;
    font-family: Verdana, Geneva, Arial, sans-serif;
    color: black;
    margin-top: 5px; /* JCB */
    margin-bottom: 5px; /* JCB */ 
}

ul	{
    text-decoration: none;
    font-family: Verdana, Geneva, Arial, sans-serif;
    color: black;
    list-style-type : square;
    margin-top: 5px; /* JCB */
    margin-bottom: 5px; /* JCB */ 
}

li { /* JCB */
    margin-top: 5px; 
    margin-bottom: 5px; 
}

p { /* JCB */
    margin-top: 5px;
    margin-bottom: 5px; 
}

p.bottomLeadingOnly { /* JCB */
    margin-top: 0px;
    margin-bottom: 5px;
}

p.topLeadingOnly { /* JCB */
    margin-top: 5pt;
    margin-bottom: 0px;
}

.sub { /* JCB */
vertical-align: sub; }

TD {
	font-family: Verdana, Geneva, Arial, sans-serif; 
	font-size: 10pt;
}

img.border {  /* JCB */
    border: 1px solid;
    color: #000000;
}

h1 {
    font-weight: bold; 
    font-family: Verdana, Geneva, Arial, sans-serif;
    font-size: 16pt;
    color:#990033;
    margin-top: 15px; /* JCB */
    margin-bottom: 5px; /* JCB */
}

h2 {
   	font-weight: bold; 
	   font-family: Verdana, Geneva, Arial, sans-serif;
	   font-size: 14pt; 
   	color:#990033;
    margin-top: 10px; /* JCB */
    margin-bottom: 5px;  /* JCB */
}

h3 {
	   font-weight: bold;
   	font-family: Verdana, Geneva, Arial, sans-serif;
	   font-size: 12pt;
	   color: #990033;
    margin-top: 7px; /* JCB */
    margin-bottom: 5px;  /* JCB */
}

h4 {
   	font-weight: bold;
   	font-family: Verdana, Geneva, Arial, sans-serif;
	   color: #990033;
    margin-top: 7px; /* JCB */
    margin-bottom: 5px;  /* JCB */
}

P.lastModified { 
    color: #808080;
    font-size: 8pt;
   	font-family: Verdana, Geneva, Arial, sans-serif;
}

pre  { /* JCB */
    margin-top: 5px; 
    margin-bottom: 5px; 
}

.main{
   border-top: thin ridge #996666;
}

.nav-bar {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 9pt;
	text-align: left;
	color: #982424;

}

.nav-box {
   vertical-align: text-top;
   border-right: thin ridge #996666;
   padding : 10pt 20pt 0pt 0pt;
}

.main-box {
	vertical-align: text-top;
	padding : 10pt 0pt 0pt 20pt;

}

.blurb {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: right;
	font-style: italic;
	border-bottom-width: thin;
	border-bottom-style: ridge;
	border-bottom-color: #996666;

}
</pre></body></html>