/* Century Schoolbook font is very similar to Computer Modern Math: cmmi */

BODY {	color : navy;
			font-family : "new century schoolbook", verdana, arial,helvetica,  san-serif;
			font-size : 10pt ;
			margin: 1em 1em 1em 1em;
			text-align: justify;
			
				}

CAPTION {	color : navy;
				font-family : "new century schoolbook", verdana, arial,helvetica,  san-serif;
				font-weight : bold;
				text-align: justify;	}

TD, HR, TR, CAPTION, UL , P, DIV{	color : navy;
				font-family : "new century schoolbook", verdana, arial,helvetica,  san-serif;
				font-size : 10pt ;
				text-align: justify;

				}
TABLE {				margin-left: 3em ;}
IMG {align: center;}

H1{
	font-size : 14pt ;
	font-weight : bold;
  	color : green;	}

H2{
	font-size : 12pt ;
	font-weight : bold;
  	color : green;	}

H3{
	font-size : 11pt ;
	font-weight : bold;
  	color : green;	}

A:link,  	{ color : "#8E7C00"; font-weight: bold; font-style : normal; text-decoration : none; }
A:visited 	{ color : "#AA9600"; font-weight: bold; font-style : normal; text-decoration : none; }
A:hover 		{ color : "#AA9600"; font-weight: bold; font-style : italic; text-decoration : underline;}

.MATH    { font-family: verdana, arial, helvetica,serif, "Century Schoolbook" ; }
.MATH I  { font-family: verdana, arial, helvetica,serif, "Century Schoolbook"; font-shape: italic }
.BOLDMATH { font-family:  verdana, arial, helvetica,serif, "Century Schoolbook"; 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 }

/* mathematics styles */
DIV.displaymath		{ }	/* math displays */
TD.eqno			{ }	/* equation-number cells */


/* document-specific styles come next */
