/*
 * Combined style sheet for the index pages and subpages.
 */

/* Style for all bodies. */
body

{
  font-style: normal;
  font-weight: normal;
  font-family: "Arial";
  text-align: justify;
  color: #000000;
  background-attachment: fixed;
  margin: 0px;
	
}

p
{
	font-size: 12pt;
}

  

