/* 2004-01-05 */

/* This is a failed attempt: */
/****************************************************************
html {
	color:        inherit;
	background:   black;
}
body {
	color:        inherit;
	background:   white;
}
****************************************************************/

/* This looks great in Mozilla but sucks in Exploder: */
/****************************************************************
body {
	margin:       1px;
	border:       8px black solid;
	padding:      8px;
}
****************************************************************/

h1 {
	text-align:   center;
}

div.navbar {
	background:   black;
/*    ( This goes with the definition of "body" above )
	margin-top:   -8px;
	margin-left:  -8px;
	margin-right: -8px;
	border:       1px solid white;
*/
	border:       solid green;
	padding:      4px;
}

div.navbar span {
	font-size:    16px;
	color:        #00cc00;
	font-family:  monospace;
}

div.navbar span a {
	color:        #00aa00;    /* MSIE doesn't "inherit" the color here" */
	background:   inherit;
}

div.navbar span span.this {
	font-weight:  bold;
}

div.navbar img {
	float:  right;
	width:  16px;
	height: 16px;
/*	margin: -2px;
	border: 1px solid white; */
}

span.quote {
	font-style: italic;
}

acronym {
	cursor: help;
}

img.n {
	border: none;
}

div.w3 {
	float: right;
}

div.w3 img {
	border: none;
	width:  88px;
	height: 31px;
}

div.pdb {
	float: right;
}

div.pdb img {
	border: none;
	width:  120px;
	height: 90px;
}

div.clear {
	clear: both;
}

/****************************************************************
\ And a price for those who read the whole CSS source:
: accgen ( n1 -- xt )
    here >r
    ,
    :noname ( n2 -- n1+=n2 )
	r> dup postpone literal postpone @
	postpone +
	postpone dup postpone literal postpone !
    postpone ;
;
****************************************************************/
