/* ****************** Style for page body *************** */

 body {
  font-family: arial;
  margin-left: 2%;
  margin-right: 2%;
  background-color: #ffffff; /* ffffcc */
  /*
  background-image: url(images/draft.gif);
  */
}

 h1,h2,h3,h4 {
}

 ul {
 list-style: disc
}

 p {
 text-align: justify
}

 dd {
 text-align: justify
}

 td {
 text-align: justify
}

 hr {
}
/* ****************** Style for navigation bar ************** */

 .navbar {
  margin-left: -2%;
  margin-right: -2%;
}
 .toc {
  margin-left: -4%;

 ul {
 list-style: disc;
margin-left: -4%;
}
}

