body {
   background: white;
   font-family: "Times New Roman", Times, serif;
   font-size: 12pt;
   color: black;
   margin: 5%;
   padding: 0;
}

#header, #footer, #sub_content, .hidden {
   display: none;
}

#header {
	background-color: red;
}

#container {
   width: auto;
   float: none !important;
   background: transparent none;
}

#main_content {
	width: auto;
	float: none !important;
}

img {
   vertical-align: bottom;
}

a:link, a:visited {
   color: #333;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 16pt;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 12pt;
}
