/* 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		{ color: rgb(130,30,51) }
H2		{ color: rgb(163,163,40) }
H3		{ color: rgb(30,130,51) }
H4		{  }
H5		{  }

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


/* document-specific styles come next */

DIV.navigation {
/*         font-family: Verdana, sans-serif; */
 	align : center;  
  	text-align : right; 
	width: 100%;    
	background-color: rgb(255,255,153)}

SPAN.textbf { font-weight : bold }
SPAN.arabic		{   }
SPAN.textit { font-style : italic }

body { color: black;  }
body { font-family: Verdana, sans-serif; }
/* body { font-family: sans-serif; } */
h1,h2,h3 { font-family: Garamond, Times New Roman, serif; }

H1		{ color: rgb(130,30,51) }
H2		{ color: rgb(163,163,40) }
p { font-family: Verdana, sans-serif; } 

body { margin-left: 4%; margin-right: 4%; }
/*h1 { margin-left: -4%;}*/
h2,h3,h4,h5,h6 { margin-left: 2%; }

blockquote {
	color: rgb(0,100,0);}

/* blockquote {
    background-color: rgb(204,204,255);
    font-family: sans-serif;
    border: none;
    padding: 0.5em;
    width: 100%
}
*/
