
BODY {
	margin: 1em;
        font-family: serif;
        line-height: 1.1em;  
        color: black; 
        background: rgb(100%,100%,70%)
}

H1	{
	text-align: center;
/*	font-family: sans-serif; */
        font-weight: bold;
 	font-size: 1.9em;
}

H2	{
	text-align: center;
/*font-family: sans-serif;  */
        font-weight: bold;
 	font-size: 1.3em;
}

ADDRESS	        {font-size: .9em; }

HR {width: 100%; }


TABLE.whoswho {width: 80%;}
//TABLE.whoswho TD {padding: 0em 0em;}
TABLE.whoswho TH {padding: 2em 0em 0em 0em;}

//broken in navigator 4.04 
DL.stretched DT { font-size: 1.5em; padding: .25em 1em 0em 0em;}

EM.needs-work { background: #c0c0c0; color: #FF0000;}

UL.links-list {
	font-size: 1.5em;
	margin: .5em 3em 1em;
}

UL.links-list LI {
	list-style-type: none;
}

TD.navigation {
	text-align: center;
 	font-size: 1.2em;
        font-weight: bold;
	font-family: sans-serif;
	border-style: solid;
	border-color: #F0D040;
	background-image: none;
	background: rgb(50%,60%,80%);
}

TD.blank {
        background: rgb(80%,90%,100%)
}


TD.header {
	text-align: center;
	font-family: sans-serif;
        font-weight: bold;
 	font-size: 1.0em;
	border-style: solid;
	border-color: #F0D040;
	background-image: none;
	background: rgb(50%,60%,80%);
}

TD {
	text-align: left;
 	font-size: 1.0em;
	border-style: solid;
	border-color: #F0D040;
	background-image: none;
	background: rgb(70%,80%,90%); 
}

// Unused so far


DL { margin: .5em 1em;}

TABLE {
	width: 100%;
        border: solid black thin;
}


SPAN.bibliography P {  /* used by the getbib.cgi script (at least) */
	margin: 1em 3em;
	text-indent: -1.5em;
}

SPAN.bibliography P BLOCKQUOTE {  /* used by the getbib.cgi script (at least) */
	margin: 0em 2em 1em;
	text-indent: 2em;
}

