body { 
  color : #000000; 
  background : #ffffff; 
  font-family : "Times New Roman", Times, serif;
  font-size : 120%; 
}

html {
	background-color: white;
}

a { 
  text-decoration : underline; 
  color : #0000ff; 
}
#nav_main, #content_side, #site_info{ 
  display : none; 
}

#branding {
	position: inherit;
	width: inherit;
	height: inherit;
	border: none;
}

#branding h1 {
	position: inherit;
	color: black;
	padding: 0px;
	margin: 0px;
	text-indent: 0px;
	background: none;
	height: auto;
}

#content {
	position: inherit;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	border: none;
	font-size: 80%;
	
}

#content_main {
	position: inherit;
	left: 0px;
	text-align: justify;
	background-color: white;
	border: none;
	padding: 0px;
	margin: 0px;
}