/* CSS Document */

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

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

.page-subtitle {
    color: #003300;
	text-align: center;
	font-size: 150%;
	line-height: 105%;
}

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


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;
}

.super {
	vertical-align: top;
	font-size: small;
	font-weight: bold;
}

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

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