body, table {
  width: 100%;
  margin: 0;
  float: none;
  color: black;
  background-color: white;
}
.site_navigation, .section_navigation, .site_navigation ul, .section_navigation ul
 {
  display: none;  
}
a {
  text-decoration: none;
  font-weight: bold;
  color: black;
}

thead, .big_table thead, .big_table thead th{
	text-decoration: underline;
	background-color: white;
	padding: 1em 1em 1em 1em;
	margin: 0 0 0 0;	
	border: none;
}
th, .big_table th {
	background-color: white;
	padding: 1em 1em 1em 1em;
	margin: 0 0 0 0;	
	border: none;
}
td, .big_table td {
	background-color: white;
	padding: 1em 1em 1em 1em;	
	margin: 0 0 0 0;
	border: none;
}

