html {
	font-family: sans-serif;
	font-size: 100%;
}


a.nav {
	font-weight: bold;
	font-style: italic;
	font-size: 100%;
}


a:link, a:visited { color: #000000; text-decoration: underline; }
a:active { color: #000000; text-decoration: underline; }


/* These formats are specific to famdb: */

tr.fam_head { 
  background-color: #ffcc00;
}

tr.fam_even { 
  background-color: #ffffcc;
}

tr.fam_odd { 
  background-color: #ffff99;
}

table.fam_address { 
}

table.fam_details, td.fam_details { 
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
}

td.fam_details { 
  vertical-align: top;
}

