/*-----------------------------------------------------------------*/
/*           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-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
     font-weight: normal;
     background-color: #FFFFFF;
     color: #000000
     }

/* heading styles */
H1		{
		font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
		font-weight: bold;
		text-align: center;
		margin-top: 0px;
		text-shadow: #BBBBBB;
		color: #000066
  		}
H2		{
		font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
		font-weight: bold;
		text-shadow: #CCCCCC;
		color: #000066
		}
H3		{
		font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
		font-weight: bold;
		text-shadow: #CCCCCC;
		color: #000066
		}
H4		{
		font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
		font-weight: bold;
		color: #000066
		}
H5		{
		font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
		font-weight: bold;
		color: #000066
		}
H6		{
		font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
		font-weight: bold;
		font-style: italic;
		color: #000066
		}

/* images */

IMG		{border-style: none}

/* Use style-sheet alignment of images */

IMG.mid	{
	vertical-align: middle
	}
IMG.bot	{
	vertical-align: baseline
	}

/* captions */

CAPTION		{
		font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
		font-style: oblique;
		color: #000000
		}

/* typewriter font */
TT {
   font-family: "Courier New", Courier, "Nimbus Mono L", monospace;
   color: #000000
   }

/* Verbatim stuff */
code	{
	font-family: "Courier New", Courier, "Nimbus Mono L", monospace;
	color: #000000
	}
pre	{
	font-family: "Courier New", Courier, "Nimbus Mono L", monospace;
	color: #000000
	}

/* rulers */
HR	{
	padding-bottom: 3px;
	background-color: #0033AA;
	color: #0033AA
	}

/* table cells */
TD		{
		font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
		color: #000000
		}
TD.eqno		{
		font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
		color: #000000
		}
TD.runner	{
		font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
		background-color: #0033AA;
		color: #FFFFFF
		}
TD.runnerb	{
		font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
		background-color: #0033AA;
		color: #FFFFFF
		}

/* link styles */
a:link		{
		text-decoration: underline;
		color: #000000
		}
a:visited	{
		text-decoration: underline;
		color: #000000
		}
a:active	{
		text-decoration: underline;
		color: #000066
		}
a:hover		{
		text-decoration: underline;
		color: #000066
		}

a.runner:link	{
		text-decoration: none;
		color: #FFFFFF
		}
a.runner:visited{
		text-decoration: none;
		color: #FFFFFF
		}
a.runner:active	{
		text-decoration: underline;
		color: #FFFFFF
		}
a.runner:hover	{
		text-decoration: underline;
		color: #FFFFFF
		}
a.runnerb:link	{
		text-decoration: none;
		color: #FFFFFF
		}
a.runnerb:visited {
		  text-decoration: none;
		  color: #FFFFFF
		  }
a.runnerb:active {
		 text-decoration: underline;
		 color: #FFFFFF
		 }
a.runnerb:hover {
		text-decoration: underline;
		color: #FFFFFF
		}
