/* 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-style: 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 }

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

LI			{color:#000040}

body {background-color:white}

DIV.navigation		{   }
DIV.center		{   }
SPAN.arabic		{   }

IMG.inline {vertical-align:middle;}
IMG.inline {border:solid blue 1px;} /* testing only */

A:link {text-decoration: none; color:#000088}
A:visited {text-decoration: none; color:#6481A9}
A:active {text-decoration: none; color:blue}
A:hover {text-decoration: underline; color: red;}

h1 {color: #000040}
h2 {color: #000040}
h3 {color: #000040}
h4 {color: #000040}
h5 {color: #000040}
p  {color: #000000}

/* horizontal rule */

hr {
        border: 2px outset blue;
	width: 100%;
	height: 4px;
	margin: 10px auto 0 0;
	text-align: left;
	}	

title {color: #000040}

