html, body {
  padding:0;
  margin:0;
  font:12pt "Times New Roman", serif;
  }
*{
  color:black !important;
  }
.content{
  float:none;
  margin:0 auto;
  width:100%;
  }
.aside, .extra, .footer, .noprint, form, .menu-container, .pre-content .project, .pre-content .col-2{display:none;}
.header{
	padding:0 0 20px 0;
	height:auto;
	}
/* =Links
----------------------------------------------- */
a {
  color:black !important;
  text-decoration:none !important;
  }
a img {
  border-width:0;
  }
/* =Headings
----------------------------------------------- */
h1, h2, h3{
  margin:.6em 0 0 0;
  color:#000;
  }
  h1{
    font-size:1em;
    }
  h2{
    margin:0 0 0em 0;
    padding-bottom:0;
    }
	h2.headline{
		margin:0 0 0em 0;
		}
  h3{
    margin-bottom:0;
    }
  h4{
    margin-bottom:0;
    }
p, ul, ol, .table{
  margin:0 0 .6em 0;
  }
ul li{
  padding:0;
  list-style-type:square;
  background:none;
  }
  ul ul li{
    list-style-type:circle;
    }
/* =etc(text margin ....)
----------------------------------------------- */