body 	{ 
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFE0; 
	color: black; 
	margin-left: 10%; 
	margin-right: 10%;
	}
P, BLOCKQUOTE, TH, TD, UL, OL, DL, DD, LI, DIR, MENU
	{ /* inherit from body and NS redundancy*/	 
	font-family: Arial, Helvetica, sans-serif;
	}
A:link	{	
	text-decoration:	none;
	font-weight:	normal; 
	color:	blue;
	}	
		
A:visited	{	
	text-decoration:	none;
	font-weight:	normal;
	color:	purple;
	}	
		
A:active	{	
	text-decoration:	none;
	font-weight:	normal;
	color:	black;
	}	
		
A:hover	{	
	text-decoration:	none;
	font-weight:	normal;
	background-color: yellow;
	}	
		
A.offsite	{	
	text-decoration:	none;
	font-weight:	normal;
	color:	#33F;
	background:	#FFFFF5;
	}
h1 	{ 
	margin-left: -8%
	}
h2,h3,h4,h5,h6 { 
	margin-left: -4% 
	}
pre 	{
	color: green; 
	font-family: monospace; 
	font-weight: bold
	}
em 	{
	font-style: italic; 
	font-weight: bold 
	}
strong 	{
	font-weight: bold
	}
.note 	{
	font-style: italic; 
	color: red
	}
blockquote {
	color: navy;
	}
table 	{
	font-family: Arial, sans-serif;
	font-size: 100%;
	background: #D0D09F
	}
td 	{
	font-size: 100%
	}
dt	{
	font-weight: bold;
	}
div.box {
	border: solid; 
	border-width: thin 
	}
div.color {
	background: rgb(204,204,255);
	padding: 0.5em;
	border: none
	}
p.changed 
	{
	padding-left: 0.2em;
	border-left-width: thin;
	border-color: red
  	}

