p {
  font-style: italic;
  font-family: Arial,Helvetica,sans-serif;
  color: #2525ba;
  text-decoration: underline;
}
h1 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 40px;
  color: #cf0000;
  font-style: italic;
  font-weight: bold;
  text-decoration: underline overline blink;
}
h2 {
  border: 10px dotted #993399;
  background-color: #66ffff;
}
