body
     {
      background-color:#bfefff;
      font-family:Courier New, serif;
     }
h1
     {
      background-color:#ff0000;
      font-family:Arial, sans-serif;
      color:#ffffff;
      text-align:center;
     }
h2
     {
      background-color:#0000ff;
      font-family:Courier New, serif;
      color:#ffff00;
      text-align:center;
     }
h3
     {
      background-color:#ffffcc;
      font-family:Courier New, serif;
      color:#000000;
      text-align:center;
     }
.states
      {
      background-color:yellow;
      font-weight:bold;
      color:red;
      }
.capitals
      {
      background-color:blue;
      color:white;
      text-align:center;
      }