@import url("http://www.usconstitution.net/usc.css");

/* "White" style */
body
{
  background-image: none;
  background-color: white;
  color: black;
}

.stdtext
{
  background-color: white;
  color: black;
}

.revtext
{
  background-color: black;
  color: white;
}

