/* CSS Document */

a:link { color: #000066; }
a:visited { color:#006600; }

.last-modified {
	text-align: center;
	font-size: smaller;
	font-weight: bold;
	color: #ff0000;
}

.page-subtitle {
    color: #000033;
	text-align: center;
	font-size: 165%;
	line-height: 110%;
}

.pedigree-page-subtitle {
	color: #003300;
	text-align: center;
	font-size: 165%;
}


body {
	font-family: 'Bookman Old Style';
	font-weight: 400;
	font-size: 125%;
	background-color: #eefcff;
}


tr { vertical-align: top; }

#navlist ul {
  margin-left: 0;
  padding-left: 0;
  padding-right: 15px;
  list-style-type: none;
}

#navlist li {
  display: inline;
  padding-right: 18px;
}

.nobulletlist ul, li {
  display: list-item;
  list-style-type: none;
}

#numlist li {
	list-style-type: decimal;
}

hr { 
   color: #006600;
   background-color: #006600;
}


.pedigree-page-subtitle {
	color: #000066;
	text-align: center;
	font-size: 165%;
}

.linmark {
	font-weight: bold;
	color: #aa0000;
}

.bullet01 {
	color: green; 
	font-weight: bold; 
	font-size: 200%; 
	vertical-align: middle;
}