body, div, p {
  background : white;
}

#sidebar, #footer, .small {
 display : none;
}

a {
  text-decoration : underline;
  color : black;
}

table {
  border-collapse : collapse;
  text-align : center;
  width : 100%;
}

td, th{
  border : 1px solid black;
}


