p {
  font-style: italic;
  color: #333399;
  text-decoration: underline;
}
h1 {
  color: red;
  font-weight: bold;
}
h2 {
  border: 10px dotted #6666cc;
  background-color: #66ff99;
}
