body>header{
 background:#f00;
}

div#content{
 background:#ffffff;
}

h1.entry-title{
color:#f00;
}

p{
color:#000;
}

nav[role="navigation"] ul li a:hover,
nav[role="navigation"] ul li a:focus {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 2px;
}
