
/* 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-shape: italic }
.BOLDMATH { font-family: "Century Schoolbook", serif; font-weight: bold }

/* implement both fixed-size and relative sizes */
SMALL.XTINY		{ font-size : xx-small }
SMALL.TINY		{ font-size : x-small  }
SMALL.SCRIPTSIZE	{ font-size : smaller  }
SMALL.FOOTNOTESIZE	{ font-size : small    }
SMALL.SMALL		{  }
BIG.LARGE		{  }
BIG.XLARGE		{ font-size : large    }
BIG.XXLARGE		{ font-size : x-large  }
BIG.HUGE		{ font-size : larger   }
BIG.XHUGE		{ font-size : xx-large }

/* heading styles */
  body {
    margin-left: 10%;
    margin-right: 10%;
    font-family: Trebuchet, Arial, sans-serif;
    color: #9900bb;
    width:500; 
    background:#ffffff
  }
  h1 { margin-left: -10%; color:#ff0000 ; font-size: 30pt; width:400; 
  }
  h2,h3,h4,h5,h6 { margin-left: -6% }
  h2 { color: #ff00ff }
  h3 { color: #ff77ff }
  h4 { color:#006699 }
  pre { color:  #003366; }
  em {color:darkred; }
  strong { text-transform: uppercase; font-weight: bold }
  b,i { color:#006699 }
  td { background: #FFBFBF }
  th { background: #A0A0A4 }
  caption { text-decoration: underline; margin-top: 1em }
  p.splash { color: #006699 }
  p.banner { margin-left: -4% }
  blockquote { color: #003366; font-style:italic }
  pre { color: darkred; font-family: monospace }
  div.disclaimer {margin-left: -8%}
div.box { border: solid; border-width: thin; width:200}
div.color { width:400; background: rgb(204,204,204);
              padding: 0.5em; border: none;
            }
div.prog { width:500; background: rgb(204,204,204);
              padding: 0.5em; border: none;
            }
/* mathematics styles */
DIV.displaymath		{ }	/* math displays */
TD.eqno			{ }	/* equation-number cells */


/* document-specific styles come next */
