p {
  color:red;
}

a {
  color:blue;
  text-decoration: underline;
}

body {
  font-size: 14px;
  color: navy;
  font-family: Verdana, "sans serif";
  font-weight: normal;
  font-style: italic;
}

h1 {
    color: #ffc;
    background-color: #009;
}

h2 {
  font-size: 1.5em;
  background-color: #ccc;
  margin: 20px;
  padding: 40px;
  border-style: dashed;
  border-width: 3px;
  border-left-width: 10px;
  border-right-width: 10px;
  border-color: red;
}