td.navbar {
	font-size: 90%;
	font-weight: bold;
	text-align: justify;
	background: #aaf;
}

td.page1 {
	background : #ffffcc;
	}

td.page2 {
	background : #ffccff;
	}

td.page3 {
	background : #ccffff;
	}

td.page4 {
	background : #ccccff;
	}

td.page5 {
	background : #ccffcc;
	}

td.page6 {
	background : #ffcccc;
	}

body {
	text-align : left;
	background : #ffc;
	background-image: url("Images/lgrid-t.gif");
	color : black;
	}

body.cryptic {
	background : url("Images/grid-t.gif");
	}

h1 {
	border-width: 0;
	border: none;
	text-align : center;
	color : black;
	}

.note {
	font-family: helvetica, arial, sansserif;
}

table.border {
/*	background : black;
	color : white;
	frame : void;
	text-align : center */
	border: maroon 2px solid;
	width: 80%;
	}

table.body {
	color : black;
	text-align : left;
	padding : 12;
	cellspacing : 12;
	background : rgb( 255, 255, 214);
	}

td {	
	vertical-align : top
	}

td.border {	
	background : black;
	text-align : center;
	valign : top
	}

td.body {
	color : #000;
	background : rgb( 255, 255, 214);
	text-align : left;
	valign : top;
	padding: 1em;
	}

td.text {
	color : black;
	background : white;
	text-align: left;
	}

form {
	background: #ccccff;
	padding: 6px;
	border: solid black 1px;
	text-align: left;

}

.form, .next, .up, .home {
        position: absolute;
        position: fixed;
        padding: 5px;
     /*   font-weight:  bold; */
	width: 25%; 
	top: 0;
	right: auto;
	left: 0;
	line-height: 1.3;
}

.home, .up {
        top: 0;
}

.prev, .home  {
        left: 0;
}

.next, .up {
        right: 0;
}

.next, .prev {
        bottom: 0;
}



.j {
	text-align: justify;
}


body.cryptic {
	background-image: Images/grid-t.gif;
	background-color: #ffc;
}

.code {
	font-size: 110%;
}


.h1 {
	font-family: helvetica,sansserif,arial;
	font-size: 200%;
	font-weight: bold;
}

.h3 {
	font-family: helvetica,sansserif,arial;
	font-size: 130%;
	font-weight: bold;
}

.h4 {
	font-family: helvetica,sansserif,arial;
	font-size: 115%;
}


.outline {
	border: 1px black solid;
}


.lpad {
	padding-left: 1em;
}

.pad {
	padding-left: 1em;
	padding-right: 1em;
}

dt {
	font-family: helvetica,sansserif,arial;
	font-weight: bold;
	padding-top: .66em;
}

dd {
	font-family: lucidatypewriter,fixed,courier;	
	padding-top: .66em;
}

tr (
	vertical-align: top;
}

.fixed {
	font-family: lucidatypewriter,fixed,courier;
}

span.intro {
	padding-left: 4em;
	padding-right: 2em;
	line-height: 1.3;
	font-size: 111%;
}


.rtop {
	position: absolute;
	position: fixed;
	right: 0;
	top: 0;
	padding: 5px;
	font-weight:  bold;
}

.ltop {
	position: absolute;
	position: fixed;
	left: 0;
	top: 0;
	padding: 5px;
	font-weight:  bold;
}

.lbot {
	position: absolute;
	position: fixed;
	left: 0;
	bottom: 0;
	padding: 5px;
	font-weight:  bold;
}

