/*-----------------------------------------------------------------*/
/*           Edit this file to reflect your preferences            */
/*                                                                 */
/* (Experiment on the one in a processed html document directory.) */
/* (See any book covering HTML style sheets.)                      */
/*                                                                 */
/* Warning: do not put a space before px in the font sizes.        */
/*                                                                 */
/*-----------------------------------------------------------------*/

/* body style (Use #EAEAEA for light grey) */
BODY {
     font: 15px , Arial, Verdana, Georgia, Geneva;
     font-weight: normal;
     color: #000000;
     background-color: #FFFFFF
     }

/* typewriter font, does not have 15 px */
TT {
   font-size: 16px
   }

/* heading styles */
H1		{
		font-size: 33px;
		font-family "Arial, Verdana, Georgia, Geneva";
		font-weight: bold;
		color: #000066;
		margin-top: 0px;
		text-shadow: 10px, 10px, 10px;
		font-weight: bold
  		}
H2		{
		font-size: 30px;
		font-family "Arial, Verdana, Georgia, Geneva";
		font-weight: bold;
		color: #000066
		}
H3		{
		font-size: 27px;
		font-family "Arial, Verdana, Georgia, Geneva";
		font-weight: bold;
		color: #000066
		}
H4		{
		font-size: 24px;
		font-family "Arial, Verdana, Georgia, Geneva";
		font-weight: bold;
		color: #000066
		}
H5		{
		font-size: 21px;
		font-family "Arial, Verdana, Georgia, Geneva";
		font-weight: bold;
		color: #000066
		}
H6		{
		font-size: 19px;
		font-family "Arial, Verdana, Georgia, Geneva";
		font-weight: bold;
		font-style: italic;
		color: #000066
		}

/* link styles */
a:link	       {
	       color: #000000;
	       text-decoration: underline
	       }
a:visited      {
	       color: #000000;
	       text-decoration: underline
	       }
a:active       {
	       color: #000066;
	       text-decoration: underline
	       }
a:hover	       {
	       color: #EE0000;
	       text-decoration: underline
	       }

a.runner:link  {
	       color: #FFFFFF;
	       text-decoration: none
	       }
a.runner:visited {
	       color: #FFFFFF;
	       text-decoration: none
	       }
a.runner:active {
	       color: #FFFF00;
	       text-decoration: none
	       }
a.runner:hover {
	       color: #FFFF00;
	       text-decoration: none
	       }

/* Century Schoolbook font is very similar to Computer Modern Math: cmmi    */
/* (But Leon wonders how many browsers have it?  Anyway, we do not use it.) */
.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: 8px , Arial, Verdana, Georgia, Geneva;}
SMALL.TINY		{font: 9px , Arial, Verdana, Georgia, Geneva;}
SMALL.SCRIPTSIZE	{font: 10px , Arial, Verdana, Georgia, Geneva;}
SMALL.FOOTNOTESIZE	{font: 11px , Arial, Verdana, Georgia, Geneva;}
SMALL.SMALL		{font: 12px , Arial, Verdana, Georgia, Geneva;}
BIG.LARGE		{font: 17px , Arial, Verdana, Georgia, Geneva;}
BIG.XLARGE		{font: 21px , Arial, Verdana, Georgia, Geneva;}
BIG.XXLARGE		{font: 24px , Arial, Verdana, Georgia, Geneva;}
BIG.HUGE		{font: 27px , Arial, Verdana, Georgia, Geneva;}
BIG.XHUGE		{font: 30px , Arial, Verdana, Georgia, Geneva;}

/* DIVS */
DIV.mathdisplay	{ }
DIV.math	{ }
DIV.navigation	{ }
DIV.author_info	{ }
DIV.author_info	{ }
DIV.author_info_table	{ }
DIV.center	{ }
DIV.TofC	{ }
DIV.ABSTRACT	{ }

/* SPANS */
SPAN.arabic	{ }
SPAN.textbf	{ font-weight: bold  }
SPAN.textit	{ font-style: italic }
SPAN.textsl	{ font-style: italic }
SPAN.textsf	{ font-style: italic }
SPAN.textsc	{ font-variant: small-caps }
SPAN.underline	{ text-decoration: underline }
SPAN.strikeout	{ text-decoration: line-through }

/* captions */

CAPTION		{
		font-size: 15px;
		font-family: "Arial, Verdana, Georgia, Geneva";
		font-style: oblique;
		color: #000000
		}

/* table cells */
TD		{
		font-size: 15px;
		font-family: "Arial, Verdana, Georgia, Geneva";
		color: #000000
		}
TD.eqno		{
		font-size: 15px;
		font-family: "Arial, Verdana, Georgia, Geneva";
		color: #000000
		}
TD.runner	{
		font-size: 15px;
		font-family: "Arial, Verdana, Georgia, Geneva";
		color: #FFFFFF;
		background-color: #0033AA
		}

/* itemized lists */
UL.childlinks	{ }

/* rulers */
HR	{
	padding-bottom: 3px;
	color: #0033AA;
	background-color: #0033AA
	}

/* breaks */
BR.small  {line-height: 6px}
BR.deac  {line-height: 1px}
BR.dedb  {line-height: 1px}
BR.deeb  {line-height: 1px}

/* paragraphs */
P.deac  {line-height: 1px}
P.dedb  {line-height: 1px}
P.deeb  {line-height: 1px}

/* Verbatim stuff */
code	{
	font-size: 16px
	}	
pre	{
	font-size: 16px
	}	

/* document-specific styles come next */
