/* myExternal.css - external stylesheet */
body {
  background-color: green;
}
h1 {
  color: blue;
}
p {
  color: red;
}
