body 
{
	background: white;
/*	color: #80c0c0  */
} 
/* throw in a bold for the unvisited for now */
       a:link { color: #2200cc; text-decoration:none; font-weight: bold } 
       a:visited { color: #000080; text-decoration:none } 
       a:active { color: #a05050 } 
       a:hover{ color: #ff0000; text-decoration:underline } 

p.headerword {
	font-style: italic; 
	font-weight: bold; 
	font-size: large; 
	font-family: Arial, sans-serif; 
	color: #000088;
}
p.tableheader {
	font-style: italic; 
	font-size: medium; 
	font-family: Arial, sans-serif; 
	color: #FFFFFF;
}
p.tabledate {
	font-family: sans-serif; 
	color: #FFFFFF;
}
p.footerword {
	font-weight: bold; 
	font-size: large; 
	font-family: sans-serif; 
	color: #000088;
}

p.default {
	font-size: medium; 
	font-family: Arial, sans-serif; 
	color: #000088;
}

p.bigger {
	font-weight: bold; 
	font-size: large; 
	font-family: Arial, sans-serif; 
	color: #000088;
}

p.question
{
	color: #000088;
	background: silver;
}

/* deep blue = #000088 */
/* light blue = #0000E7 */
/* grey = C6C6C6 */ 
