p, h2 {
  font-family: arial;
}
#outerdiv p {
  color: green;
}
#innerdiv > p {
  font-weight: bold;
}
h3 + p {
  color: red;
  text-decoration: underline;
}
p ~ h4 {
  color: blue;
  font-style: italic;
}