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

/* "Kids" style */
body
{
  background-image: none;
  background-color: white;
  color: black;
  font-family:"Comic Sans MS", "Magic R", sans-serif;
  font-size: 200%;
}

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

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

/* These support the constitutionshop ads */
.ad1, a.ad1:link, a.ad1:visited, a.ad1:hover, a.ad1:active,
.ad3, a.ad3:link, a.ad3:visited, a.ad3:hover, a.ad3:active
{
  text-decoration: none;
  background-color: transparent;
  color: black;
  font-size: .35em;
}
.ad2, a.ad2:link, a.ad2:visited, a.ad2:hover, a.ad2:active
{
  font-weight: bold;
  text-decoration: none;
  background-color: transparent;
  color: red;
  font-size: .5em;
}
.ad4, a.ad4:link, a.ad4:visited, a.ad4:hover, a.ad4:active
{
  font-weight: bold;
  text-decoration: none;
  background-color: transparent;
  color: red;
  font-size: .45em;
}
