h1 {
  text-align:center;
  color:green;
  border-color:red;
  border-style:double;
  border-size: 5px
}

h2 {
	text-align:center;
	text-style:strong;
	color:green;
}

h3 {
	text-align:left;
	text-style:strong;
	color:red;
}

p {
  background-color: white;
  color: blue;
  font-family: monospace
}

p.cursive {
  background-color: lightorange;
  color: green;
  text-style:strong;
  font-family: cursive
}
