2 /* Century Schoolbook font is very similar to Computer Modern Math: cmmi */
3 .MATH { font-family: "Century Schoolbook", serif
; }
4 .MATH I { font-family: "Century Schoolbook", serif
; font-shape: italic
}
5 .BOLDMATH { font-family: "Century Schoolbook", serif
; font-weight: bold
}
7 /* implement both fixed-size and relative sizes */
8 SMALL
.XTINY
{ font-size : xx-small
}
9 SMALL
.TINY
{ font-size : x-small
}
10 SMALL
.SCRIPTSIZE
{ font-size : smaller
}
11 SMALL
.FOOTNOTESIZE
{ font-size : small
}
14 BIG
.XLARGE
{ font-size : large
}
15 BIG
.XXLARGE
{ font-size : x-large
}
16 BIG
.HUGE
{ font-size : larger
}
17 BIG
.XHUGE
{ font-size : xx-large
}
26 /* mathematics styles */
27 DIV
.displaymath
{ } /* math displays */
28 TD
.eqno
{ } /* equation-number cells */
31 /* document-specific styles come next */