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

/* "Mono" style */
body
{
  background-image: none;
  background-color: white;
  color: black;
  font-family:"Courier New", "r_ansi", Courier, "Times New Roman", Times, monospace;
}

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

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

