/* Handheld support - testing for now */
body
{
  color: black;
  background-color: white;
}

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

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

a:link, a:visited
{
  background-color: transparent;
}

/* Used to center stuff */
.cen
{
  text-align: center;
}

/* Used instead of h1 */
.heading
{
  font-size: 130%;
  font-weight: bold;
}

/* Used instead of h2 */
.heading2
{
  font-size: 110%;
  font-weight: bold;
}

/* Used for all footer text */
.footer
{
  text-align: right;
  font-size: 75%;
}

/* Used to get small text, but not in the footer */
.small
{
  font-size: 75%;
}

/* Used in const.html and xconst*.html */
/* em.change { color: #006060; } */
em.change { background-color: transparent; color: black; }

/* In the xconst* pages, notes boxes */
p.notes { color: black; background-color: white;
          border: 2px solid black; padding: 2px }

/* Thicker hr */
hr.thicker { color: black; background-color: transparent; height: 5px; }

/* Used on any page where quoting is necessary - replaces blockquote */
.quote {
  font-style: italic;
  margin-left: 5%;
  margin-right: 5%;
}

/* Only when printing */
.printonly { display: none; }

/* Don't show when printing (handheld is kind of like printing only not) */
.noprint { display: none; }


/* U.S. Constitution Online */
.head1 {
  background-color: transparent;
  color: #99ccff;
  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: #99ccff;
  text-decoration: none;
}

/* FAQ Topics Messages Documents Timeline Vermont */
.head2 {
  background-color: transparent;
  color: black;
  font: bold 10pt Verdana, Arial, Helvetica, Helv, sans-serif;
}
a.head2:link, a.head2:visited, a.head2:hover, a.head2:active {
  background-color: transparent;
  color: black;
  text-decoration: none;
}

/* Kids */
.head2k {
  background-color: transparent;
  color: black;
  font: bold 10pt Andy, Ravie, Jokerman, "Magic R", "Comic Sans MS", Verdana, Arial, Helvetica, Helv, sans-serif;
}
a.head2k:link, a.head2k:visited, a.head2k:hover, a.head2k:active {
  background-color: transparent;
  color: black;
  text-decoration: none;
}

/* Search Survey Support News Ads USConstitution */
.head3 {
  background-color: transparent;
  color: #99ccff;
  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: #99ccff;
  text-decoration: none;
}

/* .net */
.head3a {
  background-color: transparent;
  color: black;
  font: bold 10pt Verdana, Arial, Helvetica, Helv, sans-serif;
}
a.head3a:link, a.head3a:visited, a.head3a:hover, a.head3a:active {
  background-color: transparent;
  color: black;
  text-decoration: none;
}

/* Places a line between 2 and 3 */
.headline {
  border-bottom: 1px solid black;
}

