/* 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 */
h1		{  }
h2		{  }
h3		{  }
h4		{  }
h5		{  }

/* mathematics styles */
div.displaymath		{ }	/* math displays */
td.eqno			{ }	/* equation-number cells */


/* document-specific styles come next */
html { background-color: #FFFFFF; color: #000000 }
body { background-color: #FFFFFF; color: #000000 }
h1 { font-family: sans-serif;
     font-size: x-large;
     font-style: italic;
     color: #000080;
     text-align: center }
h2 { font-family: sans-serif;
     font-size: large;
     font-style: italic;
     color: #000080 }
h3 { font-family: sans-serif;
     font-style: italic;
     color: #000080 }
address { font-family: sans-serif;
          font-size: 10pt }

