




/* The W3C Core Styles Copyright (c) 1998 W3C (MIT, INRIA, Keio), All Rights
Reserved. W3C liability, trademark, document use and software licensing rules
apply. See http://www.w3.org/Consortium/Legal/ipr-notice.html

This stylesheet has been served in a form to avoid known bugs in your user
agent's CSS implementation. Copying and serving this stylesheet to other
agents may lead to unexpected results. Please refer to its address rather than
copy it. */





	/* begin body type */	/* 1 - humanist sans a */

BODY	{
	text-transform:	none;
	font-family:	Verdana, 'Lucida Sans', Helvetica, Arial, Swiss, sans-serif;
/*
	background-image:url(http://www.aq.org/~js/bg/sspj-e6.jpg);
	background-repeat:repeat;
*/
	background-color:#f0e0b8;
	}	

P, BLOCKQUOTE, UL, OL, DL, DD, LI, DIR, MENU	{	
	/* inherit from body */	
	}	

PRE	{	
	font-family:	'Monotype.com', 'Courier New', Courier, monospace;
	}	

TABLE, TBODY, TR, TD	{	
	text-transform:	none;
	font-family:	Verdana, 'Lucida Sans', Helvetica, Arial, Swiss, sans-serif;
	}	

	/* end body type */	




	/* begin header type */	/* 2 - serif a */
		
H1	{	
	font-family:	Gill, 'Gill Sans', Helvetica, Arial, Swiss, sans-serif;
	text-transform:	none;
	font-size: 2em;
	clear: none ! important;
	}	
		
H2	{	
	font-family:	Gill, 'Gill Sans', Helvetica, Arial, Swiss, sans-serif;
	text-transform:	none;
	font-size: 1.8em;
	clear: none ! important;
	}	
		
H3	{	
	font-family:	Gill, 'Gill Sans', Helvetica, Arial, Swiss, sans-serif;
	text-transform:	none;
	font-size: 1.6em;
	clear: none ! important;
	}	
		
H4	{	
	font-family:	Gill, 'Gill Sans', Helvetica, Arial, Swiss, sans-serif;
	text-transform:	none;
	font-size: 1.4em;
	clear: none ! important;
	}	
		
H5, DT, LEGEND	{	
	font-family:	Gill, 'Gill Sans', Helvetica, Arial, Swiss, sans-serif;
	text-transform:	none;
	font-size: 2em;
	font-size: 1.2em;
	clear: none ! important;
	}	
		
H6	{	
	font-family:	Gill, 'Gill Sans', Helvetica, Arial, Swiss, sans-serif;
	text-transform:	uppercase
	font-size: 1.0em
	clear: none ! important;
	}	
		
TFOOT, THEAD	{	
	text-transform:	none;
	font-family:	Gill, 'Gill Sans', Helvetica, Arial, Swiss, sans-serif;
	}	
		
CAPTION, TH	{	
	vertical-align:	baseline;
	font-family:	Gill, 'Gill Sans', Helvetica, Arial, Swiss, sans-serif;
	}	
		
HR	{	
	visibility:	visible;
	}	
		
	/* end header type */	




	/* begin affordances */	/* 7 - rubric */
		
A, ADDRESS, BLOCKQUOTE, BODY, CITE, CODE, DD, DEL, DFN,		
DIV, DL, DT, EM, FORM, H1, H2, H3, H4, H5, H6, IFRAME, IMG, KBD,		
LI, OBJECT, OL, P, Q, SAMP, SMALL, SPAN, STRONG, SUB, SUP, UL, VAR, 		
APPLET, BIG, CENTER, DIR, FONT, HR, MENU, PRE,		
ABBR, ACRONYM, BDO, BUTTON, FIELDSET, INS, LABEL, LEGEND	{	
	text-transform:	none;
	text-decoration:	none;
	border-color:	#999;
	border-style:	none;
	}	
		
BODY	{
	color:	black;
	}	

P	{
	color:	black;
	}

EM	{	
	font-style:	normal;
	font-weight:	bold;
	}	
		
STRONG	{	
	font-style:	italic;
	font-weight:	bold;
	}	
		
EM STRONG, STRONG EM	{	
	text-transform:	uppercase;
	font-style:	normal;
	font-weight:	bolder;
	}	
		
B	{
	font-weight:	bold;
	}
	
I	{
	font-style:	italic;
	}
		
.warning	{	
	text-transform:	none;
	font-style:	normal;
	font-weight:	bolder;
	color:	red;
	}	
		
DEL	{	
	text-decoration:	line-through;
	}	
		
INS	{	
	text-decoration:	none;
	}	
		
VAR, CITE, DFN, .note	{	
	font-style:	italic;
	}	
		
ADDRESS	{	
	font-style:	normal;
	}	
		
ACRONYM	{	
	font-variant:	small-caps;
	}	
		
H2, H3, H4, H5, H6, DT, LEGEND, CAPTION, TH, THEAD, TFOOT	{	
	color:	black;
	}	
H1 {	
	color:	black;
	padding-right:	1px;
	padding-left:	1px;
	width:		100%;
	border:	none;
	text-align:	center;
	font-family:	Gill, 'Gill Sans', Helvetica, Arial, Swiss, sans-serif;
	text-transform:	none;
	font-size: 2em
	}	

HR	{	
	color:	black;
	}	
		
#colophon	{	
	display:	none;
	}	
		
CAPTION, COL, COLGROUP, TABLE, TBODY, TD, TR	{	
	color:	black;
	text-decoration:	none;
	border-color:	black;
	border-style:	none;
	}	

	/* end affordances */	

A:link	{
	color:#0000ff;
	text-decoration:none;
	}

A:visited {
	color:#000080;
	}

A:hover	{
	text-decoration:underline;
	border-color:black;
	border-width:1px;
	}

A:active {
	color:#ff00ff;
	}

/* see http://www.glish.com/css/9.asp */

#navigation {
	float:right;
	width:33%;
/*
	background-image:url(http://www.aq.org/~js/bg/sspj-e8.jpg);
	background-repeat:repeat;
*/
	background-color:#e0e8f0;
	border:1px solid black;
	margin-left:1em;
	padding-top:1em;
	padding-left:1em;
	padding-right:1em;
	padding-bottom:2em;
	}



