body {
  background: white;
/*   margin-left: 10%; */
/*   margin-right: 10%; */
    border: 0;
    margin: 0 5%;
    padding: 0;
    font-size: 14pt;
}

* {
  float: none !important;
  display: static !important;
  width: auto;
    border: 0;
    margin: 0 5%;
    padding: 0;
};

#page .content .mainbody .rightcol { display: none; }
.content .header { display: none; }
.footer .fbody { display: none; }
.leftcol .box h1 span { display: none; }
.mid .con h3 span { display: none; }
.rightcol .box_small .mid { display: none; }

.content .logodiv, .content .logodiv .logo {
  display: block !important;
  width: 100% !important;
}

.leftcol .box h1 {
  color: #000;
  font-size: 150%;
  display: block !important;
}


.leftcol .box .mid {
  border-left: 0px solid #fff;
  border-right: 0px solid #fff;
}

.mid .con h3 {
  display: block !important;
  font-size: 125%;
}

a:after {
  content: " (" attr(href) ")";
  font-size: 90%;
}

a[name] {
  content: "";
  display: none;
}

a[href^="/"]:after {
  content: " (http://www.maximumcrm.com" attr(href) ") ";
}

a[href^="#"]:after {
  content: "";
}