body {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 100%;
     	background-color: #ffffcc;
	color: #000;
}

#container { 
	margin-left: auto; 
	margin-right: auto; 
	width: 850px; 
	text-align: left; 
	padding: 2px;
	font-style: normal;
	font-weight: normal;
	border: 0px blue solid;
}


/*  MENU  */

#navcontainer ul {
	font-weight: bold;
	font-size: 105%;
	text-align: center;
	margin-left: auto; 
	margin-right: auto;
	padding: 4px 0px;
}

#navcontainer ul li {
	display: inline;
	background-color: #E8D674;
	padding: 0px;
	margin: 0px -2px;
	border: 5px solid #946B5A;
	outline:#D1B791 solid 2px;
}

#navcontainer ul li a
{
	padding: 0px 5px;
	margin: 0px;
	text-decoration: none;
	white-space: nowrap;
}

#navcontainer ul li a:hover , a.current {
	background-color: #E9BB73;
	padding: 0px 5px;
	margin: 0px;
}


/* set the basic page links formatting */
a:link {
	color: #800000;
	text-decoration: underline;
	font-weight: normal;
}
a:visited {
	color: #c00000;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
a:active {
	color: #000044;
	text-decoration: underline;
	font-weight: normal;
}

a:focus {
	color:white;
	background-color:black;
}

.ped , a.ped {
	color: blue;
}

.prog {
	font-size: 80%;
	margin-top: 10px;
	line-height: 180%;
}



.prog:before {
	content: "Progeny: ";
}


.first {
	white-space: nowrap;
	width:20%;
}


h1 {
	font-size: 200%;
	text-align: center;
	font-weight: normal;
}


h2 {
	font-size: 150%;
	text-align: center;
	font-weight: normal;
}

h3 {
	font-size: 120%;
	text-align: center;
	margin-bottom: -10px;
}


p { 
	font-size: 90%;
}

p.c2 {text-align: right}
p.c1 {text-align: center}


.df , a.df {
	color: green;
	font-size:70%;
}

.dc , a.dc {
	color: red;
	font-size:70%;
}

.non {
	background-color: #cccc99;
}

hr {
	color: #946B5A;
	background-color: #946B5A;
	height: 2px;
	border: none;
	margin: 10px 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}


table {
	border-collapse: collapse;
	font-size: 80%;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

td {
	padding: 3px;
}

table, td {
	border: 1px solid #cc9966;
}


table.index {
	width: 100%;
	font-size: 90%; 
	line-height: 150%; 
	text-align: center; 
	border: 0;
}

table.index td {
	border: 0;
	vertical-align:text-top;
}


.name {
	font-size: 190%;
	font-weight: bold;
}

.ggg {
	font-size: 80%;
	white-space: nowrap; 
}


/*
div {border: 1px solid blue;} h1, h2, h3, h4, h5 {border: 1px solid pink;} p, table.index td, table td {border: 1px dashed purple;} img {border: 1px solid red;} */

