body.main
{
    background-image: url(http://www.asstr.org/~cincinnatus/images/background.jpg);
  background-repeat: no-repeat;
  background-color: #919191;
  text-align: center;
  max-width: 800px;
}
body.nobackground{
  background-color:#919191;
  text-align: center;
  max-width: 800px;
}
p.main
{
  margin-left: 5%;
  margin-right: 5%;
}
p.small
{
  margin: 0;
  font-size: 75%;
}
p.title
{
  margin: 0;
  font-size: 120%
}

body.story
{
  background-color: whitesmoke;
  color: black;
  max-width: 800px;
}
h1.story, h2.story
{
  text-align: center;
}
h2.story
{
  text-transfrom: uppercase;
  font-size: 10pt;
}
form.story
{
  text-align: center;
  margin-left: 5%;
  margin-right: 5%;
  text-indent: 0px;
  line-height: 1.5;
}
p.him
{
  text-align: right;
  color: mediumblue;
  margin-left: 40%;
  margin-right: 10%;
}
p.her
{
  text-align: left;
  color: mediumvioletred;
  margin-left: 10%;
  margin-right: 40%;
}
p.third
{
  text-align: center;
  color: green;
  margin-left: 15%;
  margin-right: 15%;
}
p.sub
{
  text-align: center;
  font-size: 9pt;
  line-height: 115%;
}
p.link
{
  text-align: center;
}
p.para{
  text-align: left;
  margin-left: 5%;
  margin-right: 5%;
  text-indent: 40px;
  line-height: 1.5;
