h1 {
  text-align:center;
  color:red;
  border-color:lightgreen;
  border-style:double;
  border-size: 3px
}

h2 {
	text-align:center;
	text-style:strong;
	color:green;
}

p {
  background-color: white;
  color: blue;
  font-family: monospace
}

p.cursive {
  background-color: yellow;
  color: darkblue;
  font-family: cursive
}
