body{
  font-size: 10pt;
  background: white;
  color: black;
  text-align: left;
}

#top_menu, #header, #sidebar-left, #sidebar-right{ display: none !important; }
.container, .column{ float: none !important; }
.row{ width: auto !important; }

#main, #content-right, #content{
  width: auto !important;
	border: 0;
	margin: 0;
	padding: 0;
	background: transparent;
	color: black;
}

p{
  font-size: 12pt !important;
}

a{
	font-weight: bold;
	text-decoration: underline;
  background: transparent;
}