		
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, menu, pre,		
abbr, acronym, bdo, button, fieldset, ins, label	{	
	word-spacing:		normal;
	letter-spacing:		normal;
	text-transform:		none;
	text-decoration: 	none;
	border-color:		black;
	border-style:		none;
	line-height: 		1.2;
	margin-left:		0em;
	}	
		
body	{	
	color:			gray20;
	background:		white;
	margin-right: 		2em;
	margin-left:		0em;
/* 	background-image: 	url(./RedCube3.png); */
	background-position: 	top left;
  	background-attachment: 	fixed;
  	background-repeat: 	no-repeat;
	}	
		
em	{	
	font-style:	italic;
	font-weight:	normal;
	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:		red;
	}	
		
b	{
	font-weight:	bold;
	}
	
i	{
	font-style:	italic;
	}
		
.warning	{	
	text-transform:	none;
	font-style:	normal;
	font-weight:	bolder;
	background:	white;
	color:		red;
	}	
		
del	{	
	text-decoration:line-through;
	background:	#F66;
	}	
		
ins	{	
	text-decoration:underline;
	background:	yellow;
	}	
		
var, cite, dfn, .note	{	
	font-style:	italic;
	}	
		
address	{	
	font-style:	italic;
	letter-spacing:	.1em;
	}	
		
acronym	{	
	font-variant:	small-caps;
	letter-spacing:	0.1em;
	}	
		
h1, h2, h3, h4, h5, h6	{	
	color		:black;
	background-color:white;
	}	
dt, th, thead, tfoot	{	
	color		:;
	background-color:;
	}			
hr	{	
	color:		#B6B6B7; 
	}	
		
#colophon	{	
	display:	none;
	}	
		
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:	normal;
	color:		#C70431;
	background:	#EAEBEC;
	}	
		
a:visited	{	
	text-decoration:none;
	font-weight:	normal;
	color:		#C70431;
	background:	#EAEBEC;
	}	
		
a:active	{	
	text-decoration:none;
	font-weight:	normal;
	color:		#BA5B79;
	background:	#FC0;
	}	
		
a:hover	{	
	text-decoration:none;
	font-weight:	normal;
	color:		#b44;
	background:	#FC0;
	}	
		
a.offsite	{	
	text-decoration:none;
	font-weight:	normal;
	color:		#C00;
	background:	#ffc;
	}	

