body 
{
   background: url(./images/background.jpg);
   margin-top: 1em;
}
.pagetext
{
   margin-left: 20%;
   margin-right: 5%;
}
.dense
{
   font-size: 0.9em;
}
p:active
{
   font-size: 1.25em;
}
.caption:first-line
{
   font-weight: bold;
}
.comment
{
   margin-left: 5%;
   margin-right: 5%;
}
.comment:first-letter
{
   font-weight: bold;
   font-size: 1.25em;
}
.note
{
   text-align: center;
}
.menubox 
{
background: transparent;
position: fixed;
float: left;
margin-top: 5%;
margin-left: 2%;
width: 15%;
border:solid 2px #999999;
font-weight:bold;
color:#6699cc;
z-index: 2;
}
