body   /* Revert to 12pt, Times Roman, black on white */
{
	font: 12pt "Times New Roman", Times, serif;
  color: black;
  background: white;
}


#menu  /* 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%;
}
	

