body {
  padding: 0 1cm;
  background: #ffffff;
  color: #000000;
}

#header {
  display: none;
}

#body {
  background: #ffffff;
}

#footer {
  display: none;
}

.sidebar.right {
  display: none;
}

.block {
  border: none;
  -moz-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.content {
  width: 100% !important;
  float: none !important;
}

a {
  color: #000000;
}

p {
  color: #000000;
}

h1 {
  border-bottom: 0.1cm solid #000 !important;
  background: none;
  margin: 0 0 1cm 0 !important;
}