BODY {
  background: #f7f4ed;
  color: #040302;
  font-family: sans-serif;
  margin-left: 1em;
}

H1 {
  text-align: center;
}

P {
  background: #f7f4ed;
  color: #040302;
  font-family: sans-serif;
  margin-left: 1em;
}

/**************************************************/

TH {
  text-align: left;
}

TR.shaded {
  background: #D3D3D3;
}

/**************************************************/
TT {
  font-family: monospace;
}

PRE {
  font-family: monospace;
}

DIV.menu {
  text-align: center;
}

DFN {
  font-style: italic;
}

ADDRESS {
  text-align: right;
}

HR {
  text-align: center;
}


/**************************************************/
.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

/* gallery */
.gallery a {
    display: block;
    text-align: center;
    text-decoration: none;
    margin: 0px 5px 0px 5px;
    padding: 10px;
    border: 1px solid black;
    /*content: attr(title);*/
}

.gallery a {
    float: left;
}

.gallery img {
    display: block;
}

.after-gallery {
    clear: left;
}
