body, div
  {
  font-size:	10pt;
  font-family:	serif;
  }

#Mainpane {
  border: 0;
  background-color: white;
  color: black;
}

#Banner,
#LeftSideBar,
#RightSideBar
  {
  display:	none;
  }

#Content
  {
  margin: 0;
  width: 100%;
  }

#Header,
#Footer
  {
  width: 100%;
  color: black;
  border: 1px dotted black;
  }

a
  {
  text-decoration: underline;
  color:		black;
  }
