
body
{	
  /* background-color: #FFFFCC; /* Original*/   /* background-color: #FFFFd3; /* Lightyellow from my 16 color pallette*/      background-color: #FFFFF0; /* Ivory (named color) */ }

em
{
	color: red;
	font: bold; /* it's really italics for some reason! */
}

strong
{
	color: red;
	font: bold;
}

span.ref
{
	color: blue;
}

table.small
{
	font-size: 80%;
}

table.same_font_size
{
	font-size: 100%;
}

a.not_ul
{
	text-decoration: none;
}

a.fn
{
	text-decoration: none;
	font-size: 60%;
	vertical-align: top;
	color: blue;
}

abbr
{
	text-decoration: none;  /* This removes the underlining done by innerHTML */
}


/*BODY
{	
  background-color: #FFFFCC;  Lightyellow
  background-color: #FFFFEE;  Cream
  background-color: #EEFFEE;  Mint Green 
  background: 'parchment.jpg'; Lightyellow
  font: 12pt; Times, 'Times New Roman', serif;
}


EM
{
	color: blue;
	font: bold;
}


DIV
{	color: black;
	font: italic 24pt Arial,sans-serif;
	padding: 0.5in;
	border: solid black 3px;
	width: 3in;
	align: center 
}
*/

/*
H1 {font-family:Times,'Times New Roman',serif;font-size:24pt;font-weight: bold; color:#666633;}
H2 {font-family:Times,'Times New Roman',serif;font-size:18pt;font-weight: bold;}
H3 {font-family:Times,'Times New Roman',serif;font-size:14pt;font-weight: bold;}


H4 {font-family:Times,'Times New Roman',serif;font-size:14pt;color:#CCCC99;}
H5 {font-family:Times,'Times New Roman',serif;font-size:12pt;color:#666633;}
H6 {font-family:Times,'Times New Roman',serif;font-size:10pt;color:#666633;}

NOBR
{
  font-family: Verdana, sans-serif;
  font-size: 8pt;
}
SPAN
{
  font-family: Verdana, sans-serif;
  font-size: 8pt;
}
P
{	
  font-family: Verdana, sans-serif;
  font-size: 8pt;
}
LI
{	
  font-family: Verdana, sans-serif;
  font-size: 8pt;
}
OL
{	
  font-family: Verdana, sans-serif;
  font-size: 8pt;
}
TH
{	
  font-family: Verdana, sans-serif;
  font-size: 8pt;
  font-weight: bold;
}

TD
{	
  font-family: Verdana, sans-serif;
  font-size: 8pt;
}

*/

