
/* 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: white;
    color: black;
    font-family: verdana, sans-serif;
    margin: 0em;
    padding: 0pt 0pt 0pt 0pt;
}

/*
Block Elements
--------------
*/

H1, H2, H3, H4, H5, H6
{
    font-family: verdana, sans-serif;
    color: midnightblue;
}



HR
{
    color: rgb(0,128,128);
}


PRE
{
    margin-left: 2em;
}


BLOCKQUOTE {
    font-family: verdana, sans-serif;
}


TD, P, BR, SELECT, FORM {
    font-family: verdana, sans-serif;
}

/*
Inline Elements
---------------
*/

A:active, A:link, A:visited
{
    color: darkblue;
	font-weight: bold;
    font-family: verdana, sans-serif;
    /* text-decoration: none;*/
}

A:hover
{
    color: darkblue;
}

B, DT, I
{
    color: darkblue;
}

DT
{
    font-weight: bold;
}

CODE, KBD, TT, PRE, SAMP, VAR
{
    color: teal;
    font-family: "courier new", monospace;
}

KBD
{
    text-transform: uppercase;
}

VAR {
    font-style: italic;
}

IMG
{
    border-color: darkblue;
}

/*
Classes
-------
*/

.center
{
    text-align: center;
}

/* EOF */
