ul 	{padding-left: 0; margin-left: 0; list-style: none;}
li	{line-height:1.2; padding-left: 12px;background-image: url(item.gif);background-repeat: no-repeat;}


a 	  		{ text-decoration:	none;
			  color: 		#0000EE;
			}

a:link    		{ font-family: Arial,Helvetica,Swiss }

a:visited 		{ color: #0000AA; font-family: Arial,Helvetica,Swiss}

a:active  		{ color: #FF0000 }

a:hover   		{ Text-Decoration: underline; COLOR: #FF0000}

a:active  		{ color: #FF0000; TEXT-DECORATION: none}


body 			{ font-family: 		Arial, Sans-serif;
			  background-color: 	#F6F6F6;
			}


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

/* heading styles */
H1, H2 {
	font-family: 		Verdana, Arial, Sans-serif; 
	border-color: 		#363636; 
	font-size: 		16px;
	position: 		relative;
	background-color: 	#C3D9FF;
	border-style:		solid; 
	border-width:		0px; 
	text-align:		center;
	border-bottom:		solid black;
	border-width:		0px; 
}
H3		{  }
H4		{  }
H5		{  }

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


/* document-specific styles come next */
DIV.navigation		{   }
DIV.center		{   }
SPAN.textit		{ font-style: italic  }
SPAN.arabic		{   }

