html { margin: 0; padding: 0; } body { background: white; color: black; margin: 0; padding: 0; } /* Contains the menu */ #menu { display: none; } /* Contains the header */ #header { display: none; } /* Contains the footer */ #footer p { text-align: center; font-size: x-small; } /* Contains the body text of the page */ #contents h1 { border-top: 3px solid #000066; border-bottom: 3px solid #000066; } #contents h2 { border-bottom: 2px solid #000066; } #contents h3 { border-bottom: 1px solid #000066; } #topnav { display: none; } img { border: 0; }