div.whole
{
  padding: 2em;
  color: black;
  background-color: white;
}

div.body
{
  color: black;
  background-color: transparent;
}

h2
{
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  color: black;
  background-color: transparent;
}

strong
{
  font-style: normal;
  font-weight: bold;
  color: black;
  background-color: transparent;
}

strong.red
{
  font-style: normal;
  font-weight: bold;
  color: red;
  background-color: transparent;
}

strong.magenta
{
  font-style: normal;
  font-weight: bold;
  color: #FF00FF;
  background-color: transparent;
}

strong.blue
{
  font-style: normal;
  font-weight: bold;
  color: blue;
  background-color: transparent;
}

strong.cyan
{
  font-style: normal;
  font-weight: bold;
  color: #00FFFF;
  background-color: transparent;
}

strong.yellow
{
  font-style: normal;
  font-weight: bold;
  color: yellow;
  background-color: transparent;
}

strong.lime
{
  font-style: normal;
  font-weight: bold;
  color: lime;
  background-color: transparent;
}

strong.green
{
  font-style: normal;
  font-weight: bold;
  color: green;
  background-color: transparent;
}

strong.white
{
  font-style: normal;
  font-weight: bold;
  color: white;
  background-color: transparent;
}

strong.orange
{
  font-style: normal;
  font-weight: bold;
  color: #FF8C00;
  background-color: transparent;
}

