<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">BODY{
 font-family: Ariel, Helvetica, sans-serif, sans; 
 background: #5080d0
   url('/~scott/mat331.spr08/Maple.jpg')
   no-repeat fixed bottom left; 
}



a                  {text-decoration: none; font-weight: bold}
a:link, a:visited  {text-decoration: none; font-weight: bold}
a:active           {color: red; background-color: yellow;
                    text-decoration: underline;}
a:hover            {color: red; background-color: yellow; 
                    text-decoration: underline;}


ul.none { list-style-position: outside; list-style-image: url("/images/blank.gif");  }
li { margin-top: 1ex; }

div.entry {
  position: relative;
  margin: 0;
  clear: both;
}

div.entry h3 {
  letter-spacing: 0.04em;
  font-weight: normal;
  font-size:  110%; 
  padding: 0.1em 0.2em;
  background: #F0F0F0;
/*  margin: 1em 0 0.4em 0; */
}


div.content {
 margin: 2em 2em 2ex 2ex;
 padding: 2em 2em 2ex 2ex; 
 color: black;
 text-align: justify;
 background-color: white;
 background-image: none;
 opacity:.90;filter: alpha(opacity=90);
 border: thick ridge brown;
}

div.foot {
    margin-left: 40%;
    text-align: right;
    color: grey;
    font-size: small;
}

.iLrn_menu {
    color: #0041CC;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: smaller;
}

#INFO {
    color: #008800;
   font-size: smaller;
}

#IMPORTANT{
    color: #FF0000;
}

/* Century Schoolbook font is very similar to Computer Modern Math: cmmi */
.MATH    { font-family: "Century Schoolbook", serif; }
.MATH I  { font-family: "Century Schoolbook", serif; font-style: italic }
.BOLDMATH { font-family: "Century Schoolbook", serif; font-weight: bold }

/* implement both fixed-size and relative sizes */
DIV.XTINY		{ font-size : xx-small }
DIV.TINY		{ font-size : x-small  }
DIV.SCRIPTSIZE		{ font-size : smaller  }
DIV.FOOTNOTESIZE	{ font-size : small    }
DIV.SMALL		{ font-size : 90%; }
DIV.LARGE		{ font-size : 130%; }
DIV.XLARGE		{ font-size : 150%; }
DIV.XXLARGE		{ font-size : 175%; }
DIV.HUGE		{ font-size : 200%; }
DIV.XHUGE		{ font-size : 250%; }

/* heading styles */
H1		{  }
H2		{  }
H3		{  }
H4		{  }
H5		{  }

/* mathematics styles */
DIV.displaymath		{ }	/* math displays */
TD.eqno			{ }	/* equation-number cells */


/* document-specific styles come next */
SPAN.tt		{   }
DIV.centerline		{   }
DIV.navigation		{   }
SPAN.sf		{   }
DIV.center		{   }
#par174		{   }
</pre></body></html>