/* 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 { font-family: Arial;
font-size: 1.6em;
font-weight: bold;
text-align: center }

H2 { font-family: Arial;
font-size: 1.5em;
text-align: left }

H3 {font-family: Arial;
font-size: 1.3em;
text-align: left }

H3.comp {font-family: Arial;
font-size: 1.3em;
text-align: center }

H4 { font-family: Arial;
font-size: 1.2em;
text-align: center }

H5 { font-family: Arial;
font-size: 1.1em;
text-align: left }

/* mathematics styles */
DIV.displaymath		{ }	/* math displays */
TD.eqno			{ }	/* equation-number cells */

BODY { font-family: "Georgia";
font-size: 1em;
margin-left: 5mm;
margin-right: 5mm;
text-align: justify;
background: #f4eaac }

/* document-specific styles come next */

tt { font-family: Times;
font-size: 1em }

p.sutra { font-family: "Times New Roman";
font-size: 1em;
text-align="right" }

p.c1 { font-family: "Georgia";
font-size: 1em;
text-align="left";
font-style: italic }

td.navl { font-family: Arial;
font-size: 1em;
text-align: left }

td.navr { font-family: Arial;
font-size: 1em;
text-align: right }

P.home { text-align: center;
font-weight: bold;
color: blue;
font-family: Arial;
font-size: 1em }

p.anmerk { font-family: "Times New Roman";
font-size: 1em;
text-align: left;
margin-left: 8mm }

p.asterik { font-family: Verdana;
font-size: 0.9em;
font-weight: bold;
text-align: center }

a:link {color: maroon}

a:visited {color: purple}

a:hover { color: red; background: white }

a{text-decoration:none}
