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

/* "Parchment" style - the site's default style */
body
{
  background-image: none;
  background-color: #f5f6ce;
  color: black;
}

.stdtext
{
  background-color: #f5f6ce;
  color: black;
}

.revtext
{
  background-color: #b37924;
  color: ;
}

a:hover   { background-color: #895C34; color: #f5f6ce; }
a:active  { background-color: #895C34; color: #f5f6ce; }


