p {
  text-decoration: underline;
  color: #000099;
}
h1 {
  font-size: 40px;
  color: #990000;
}
h2 {
  border: 10px dotted yellow;
  background-color: #99ffff;
}
