BODY {
	overflow : hidden;
}

H1, H2 {
	font-family : "Stucco 555", "Staccato", "Staccato222 BT", "claws", "rage", serif;
	font-variant : small-caps;
	text-align : center;
}

H4 {
	text-align : left;
}

.diagram {
	font-size : x-large;
	font-weight : bold;
	font-family : "Stucco 555", "Staccato", "Staccato222 BT", "claws", "rage", sans-serif;
}

.ancient {
	background: #F0F0F0;
}

.original {
	background: #FFEEFF;
}


.second {
	background : #F5F5DC;
}


.third {
	background: #DDDDFF;
}


.fourth {
	background: #F0E68C;
}


.fifth {
	background: #FFDD77;
}

.sixth {
        background: #CCBBDD;
}


A {
}

A:HOVER {
}

A:VISITED {
}

A:ACTIVE {
}

P {

}

dt {
        margin-left : 0;
        font-weight : bold;
        font-style : italic;
}

dd {
        margin-left : 2%
}

DIV.links {
	position : static;
	overflow : auto;
	text-align : center;
	width : 100%;
	background-color : White;
	border-bottom : Thick Solid Black;
	margin : 0px;
	padding : 0px;
	height : 12%;
	}

div.nodisplay { 
	display : none; 
	height : 0%;
}

DIV.scroll {
	position : static;

	overflow : scroll;
	height : 88%;

	}

.float {
      float : right;
      background-color : #EEEEEE;
      border : solid thick #FF9900;
      padding : 1%;
      width : 20%;
      margin-right : 0%;
      margin-left : 1%;
      }

table {
     width : 75% ;
}

.sub {
     margin-left : 5%;
}

div.sub > p {
     margin-right : 5%;
}