@import "style.css";

body {
   background: white;
   color: black;
}

#column,
#head,
#foot {
	display: none;
}

hr.hidden {
	display: block;
}

#logo {
   text-align: center;
}

#logo img {
   border: none;
}