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

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


/* document-specific styles come next */

BODY {
     background-color : rgb(255,255,255);
     font-family : "Verdana", sans-serif;
     color : rgb(0,0,102);
     margin : 1em 2% 1em 2%;
}

P, UL, TD {
     background-color : rgb(255,255,255);
     font-family : "Verdana", sans-serif;
     color : rgb(0,0,102);
}

H1 {
     background-color : rgb(255,255,255);
     font-family : "Verdana", sans-serif;
     font-size : 160%;
     color : rgb(0,0,102);
}

H2 {
     background-color : rgb(255,255,255);
     font-family : "Verdana", sans-serif;
     font-size : 145%;
     color : rgb(0,0,102);
}

H3 {
     background-color : rgb(255,255,255);
     font-family : "Verdana", sans-serif;
     font-size : 120%;
     color : rgb(0,0,102);
}

H4 {
     background-color : rgb(255,255,255);
     font-family : "Verdana", sans-serif;
     font-size : 110%;
     color : rgb(0,0,102);
}


TT {
     background-color : rgb(255,255,255);
     font-family : "Monaco", monospace;
     color : rgb(40,40,160);
} 

A:link { 
    color : rgb(0,0,255); 
}

A:visited { 
    color : rgb(15,0,15); 
}


