/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
/* level 0 inner */
BODY {
	color : #990033;
	font-family : Tempus Sans ITC,helvetica;
	font-size: 8px;
	text-align: left;
	border : none;
	max-height : 11px;
}

H1 {
	font-family : Tempus Sans ITC,helvetica;
	font-size: 20pt;
	color:color: #990000;
	background : none;
	max-height : inherit;
	float : left;
}

H2 {
	font-family : Tempus Sans ITC,helvetica;
	font-size: 10pt;
	color: #3333CC;
	table-layout : inherit;
	max-height : inherit;
	float : left;
}

H3 {	font-family : Tempus Sans ITC,helvetica;
	font-size: 8pt;
	color : #990000;
	max-height : inherit;
	float : left;
	font-weight : bold;
}


A {
	text-decoration: none;
	color: Green;
}

A:Hover {
	text-decoration: none;
	color: Black;
}

P{
	
	font: bolder larger;
}

P.Red {
	color: Red;
	font: bolder larger;
}
	
Red {
	color: Red;
	font: bolder larger;
}


table.pedigree {
	font-size: 12;
}

TH {
	font-size: 16;
}

