nico@210: /* Century Schoolbook font is very similar to Computer Modern Math: cmmi */ nico@210: .MATH { font-family: "Century Schoolbook", serif; } nico@210: .MATH I { font-family: "Century Schoolbook", serif; font-style: italic } nico@210: .BOLDMATH { font-family: "Century Schoolbook", serif; font-weight: bold } nico@210: nico@210: /* implement both fixed-size and relative sizes */ nico@210: SMALL.XTINY { font-size : xx-small } nico@210: SMALL.TINY { font-size : x-small } nico@210: SMALL.SCRIPTSIZE { font-size : smaller } nico@210: SMALL.FOOTNOTESIZE { font-size : small } nico@210: SMALL.SMALL { } nico@210: BIG.LARGE { } nico@210: BIG.XLARGE { font-size : large } nico@210: BIG.XXLARGE { font-size : x-large } nico@210: BIG.HUGE { font-size : larger } nico@210: BIG.XHUGE { font-size : xx-large } nico@210: nico@210: /* heading styles */ nico@210: H1 { } nico@210: H2 { } nico@210: H3 { } nico@210: H4 { } nico@210: H5 { } nico@210: nico@210: /* mathematics styles */ nico@210: DIV.displaymath { } /* math displays */ nico@210: TD.eqno { } /* equation-number cells */ nico@210: nico@210: nico@210: /* document-specific styles come next */ nico@210: DIV.navigation { } nico@210: SPAN.bfseries { } nico@210: DIV.center { } nico@210: SPAN.upshape { } nico@210: SPAN.mdseries { } nico@210: SPAN.alph { } nico@210: SPAN.arabic { } nico@210: SPAN.textbf { font-weight: bold } nico@210: SPAN.roman { } nico@210: #hue725 { color: #000000; }