.PageTitle { font-size: 22pt; font-family: Arial; }

.button { 
       background: url(button.gif) no-repeat;
       height: 32px;
       width: 96px;
       color: white;
       padding-top: 2px;
       text-align: center;
       vertical-align: baseline;
          }

.missing {
       color: rgb(50,50,50);
  }

.button a:link { 
       color: white; 
}

.button a:visited { 
       color: grey;
 }

.title { 
      text-align: center;
 }

.nav { 
       float: left;
       margin-right: 3em;
       border: 1px dashed rgb(150,150,150);
       background-color:  rgb(220,220,220);
       padding: 1ex;
 }

.content { 
  margin-left: 120px;
  padding: 2em;
 }

.blackboxed { 
       border: medium solid white; 
       padding: 1ex; 
       background-color: black; 
       color: white;
 }
