body
{
  font-size: 1.0em;
  font-family: arial;
  color: black;
  background-color: yellow;
}

h1
{
  font-size: 1.3em;
  font-family: helvetica;
  color: purple;
  background-color: red;
}

h2
{
  font-size: 1.2em;
  font-family: times new roman;
  color: red;
  background-color: green;
}

h3
{
  font-size: 1.1em;
  font-family: comic sans ms;
  color: grey;
  background-color: blue;
}

p
{
  font-size: 1.0em;
  font-family: georgia;
  color: orange;
  background-color: #f0f0f0;
}