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

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

/* mathematics styles */
DIV.displaymath		{ }	/* math displays */
TD.eqno			{ }	/* equation-number cells */
/* menu items decoration */
a.menu0 { text-align:left; 
    text-decoration: none; text-transform: uppercase; font-weight: bold;
    font-family: "Helvetica"; font-size: small;
    }
a.menu1 {text-decoration: none;
    font-family: "Helvetica"; font-size: small;
    }
a.menu2 {text-decoration: none;
    font-family: "Helvetica"; font-size: small;
    }



a.menu0:link,a.menu0:visited,
a.menu1:link,a.menu1:visited, 
a.menu2:link,a.menu2:visited { color: rgb(0, 0, 153) } 

a.menu0:active,a.menu1:active,a.menu2:active { color: rgb(0, 0, 0) } /* when link is clicked */
a.menu0:hover, a.menu1:hover, a.menu2:hover { color: rgb(0, 96, 255) } /* when mouse is over link */

