body {background-color: tan}

p.title
{
font-size: 18pt;
color: yellow;
text-align:center;
}

p.subtitle
{
font-size: 10pt;
text-align:center;
}

p.space
{
position:relative;
bottom:-20px;
text-align:center;
}

p.left
{
  position:relative;
  bottom:-20px;
  text-align:left;
  width:40em;
}

/* this is anoying.  why can't I both center and bottom something? */
p.info
{
  font-size: 10pt;
/*  position:fixed;*/
/*  bottom:30px;*/
  text-align:center;
  position:absolute;
  bottom:0px;
  margin-left:10%;
  margin-right:10%;
}

