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

/* Blue style - the site's classic default colors */
body
{
  background-image: none;
  background-color: #99ccff;
  color: black;
}

.stdtext
{
  background-color: #99ccff;
  color: black;
}

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

a:hover   { background-color: #ffffcc; }
a:active  { background-color: #ffffcc; }

/* U.S. Constitution Online */
.head1 {
  background-color: transparent;
  color: white;
  font: bold 16pt Verdana, Arial, Helvetica, Helv, sans-serif;
}
a.head1:link, a.head1:visited, a.head1:hover, a.head1:active {
  background-color: transparent;
  color: white;
  text-decoration: none;
}

/* Search Survey Support News Ads USConstitution */
.head3 {
  background-color: transparent;
  color: white;
  font: bold 10pt Verdana, Arial, Helvetica, Helv, sans-serif;
}
a.head3:link, a.head3:visited, a.head3:hover, a.head3:active {
  background-color: transparent;
  color: white;
  text-decoration: none;
}

