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

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


/* document-specific styles come next */

BODY {
/*font-family: arial, helvetica, sans-serif;
font-size: 12pt;
*/
/* background-color: #FFFFFF */
background-image: url(/decors/bg8.jpg);
margin-left: 30;
}

TD {
font-family: arial, helvetica, sans-serif;
font-size: 12pt;
}

TH {
font-family: futura, arial, helvetica, sans-serif;
font-weight: bold;
font-size: 20pt
}

H1, H2, H3, H4, H5, H6 {
font-family: futura, arial, helvetica, sans-serif;
font-weight: bold;
}

H1 {
font-size: 32pt;
}

H2 {
font-size: 20pt
}

H3 {
font-size: 16pt
}

H4 {
font-size: 14pt
}

H5 {
font-size: 12pt
}

H6 {
font-size: 12pt
font-style: italic;
}


/*
CODE 
{font-family: courier, sans-serif;
font-size: 10pt} 

.more
{background-color: #003333;
border-width: 1px;
border-color: black;
border-style: ridge;
color: white;
font-family: verdana, geneva, sans-serif;
font-size: 9pt;
vertical-align: text-bottom}
*/








