/* modified from Steely by Pierre Fillault 31 July 1998 */
	/* begin affordances */	/* 1 - blue orange */
		
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	{	
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	/* text-decoration:	none; */
	border-color:	#036;
	border-style:	none;
	}	
		
BODY	{	
	color:	black;
	/* background:	white; */
	background: fixed top left no-repeat url(http://www.w3.org/StyleSheets/TR/NOTE.gif) #FFFFFF;
	}	
		
EM	{	
	font-style:	normal;
	font-weight:	bold;
	color:	black;
	background:	white;
	}	
		
STRONG	{	
	font-style:	italic;
	background:	white;
	font-weight:	bold;
	color:	black;
	}	
		
EM STRONG, STRONG EM	{	
	text-transform:	uppercase;
	font-style:	normal;
	font-weight:	bolder;
	background:	white;
	color:	black;
	}	
		
.warning	{	
	text-transform:	none;
	font-style:	normal;
	font-weight:	bolder;
	background:	yellow;
	color:	black;
	}	
		
DEL	{	
	text-decoration:	line-through; 
	background:	#F66;
	}	
		
INS	{	
	text-decoration:	none;
	background:	yellow;
	}	
		
VAR, CITE, DFN, .note	{	
	font-style:	italic;
	}	
		
ADDRESS	{	
	font-style:	normal;
	letter-spacing:	.1em;
	}	
		
CODE, KBD, SAMP	{	
	font-family:	Monotype\.com, Courier New, monospace;
	}	
		
ACRONYM	{	
	font-variant:	small-caps;
	letter-spacing:	0.1em;
	}	
		
H1, H2, H3, H4, H5, H6, DT, LEGEND, CAPTION, TH, THEAD, TFOOT	{	
	/* color:	#036; */
	color: #005A9C;
	background:	white;
	}	
		
HR	{	
	color:	black;
	}	
		
.colophon	{	
	display:	none;
	}	
		
CAPTION, COL, COLGROUP, TABLE, TBODY, TD, TR	{	
	color:	black;
	text-decoration:	none;
	border-color:	black;
	border-style:	none;
	background:	white;
	}	
		
A:link	{	
	/* text-decoration:	none; */
	/* font-weight:	bold; */
	font-weight: normal;
	/* color:	#F30; */
	color: #0000EE;
	/* background:	white; */
	background: transparent;
	}	
		
A:visited	{	
	/* text-decoration:	none; */
	/* font-weight:	bold; */
	font-weight: normal;
	/* color:	#996; */
	color: #551A8B;
        /* background:  white; */
        background: transparent;
	}	
		
A:active	{	
	/* text-decoration:	none; */
	/* font-weight:	bold; */
	font-weight: normal;
	color:	#F30;
	background:	#FF0;
	}	
		
A:hover	{	
	/* text-decoration:	none; */
	color:	#F30;
        /* background:  white; */
        background: transparent;
	}	
		
A.offsite	{	
	/* text-decoration:	none; */
	font-weight:	normal;
	/* color:	#C30; */
	color: #0000EE;
        /* background:  white; */
        background: transparent;
	}	


DIV.intro {
	margin-left: 5%;
	margin-right: 5%;
	}
DIV.title {
	text-align: center;
        }

		
	/* end affordances */	
