```html
body {
fontfamily: Arial, sansserif;
margin: 0;
padding: 0;
backgroundcolor: f4f4f4;
}
header {
backgroundcolor: 333;
color: fff;
padding: 10px 20px;
textalign: center;
}
nav {
backgroundcolor: 666;
padding: 10px 0;
textalign: center;
}
nav a {
color: fff;
textdecoration: none;
margin: 0 10px;
}
nav a:hover {
textdecoration: underline;
}
section {
padding: 20px;
}
h2 {
color: 333;
}
This is the content of Section 1.
This is the content of Section 2.
This is the content of Section 3.