/* 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 */
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 }

BODY {
  font-family: sans-serif;
  background-color:#FFFFFF;
  color:#000000;
  font-size: 25px;
     }

/* heading styles */
H1    { font-size : 35px;
        margin    : 6px
      }
H2    { font-size : 32px;
        margin    : 6px
      }
H3    { font-size : 30px;
        margin    : 3px
      }
H4    { font-size : 28px
      }
H5    { font-size : 25px
      }

P     { font-size: 25px;
        margin    : 4px
      }
TABLE { font-size: 25px;
        margin    : 2px
      }
DIV   { margin    : 0px
      }
UL    { margin    : 7px
      }
LI    { margin    : 1px
      }


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


/* document-specific styles come next */
