body   /* Revert to 12pt, Times Roman, black on white */
{
	font: 12pt "Times New Roman", Times, serif;
  color: black;
  background: white;
}


.header, .menu,  #breadcrumbs /* Remove navigation links  */
	{
		display: none;
	}
  
a  /* Make links look like ordinary text */
{
  color: black;
  text-decoration: none;
}

.content /* Make text fit available space */
{
  margin: 0;
  width: 100%;
}
	

  
img.right
{
  border: 0px none ;
  margin: 10px;
  float: right;
}

img.left
{
  border: 0px none ;
  margin: 10px;
  float: left;
}
