/*
body {
  padding-left: 12em;
  padding-right: 5em;
}
*/


p.copyright {
  color: red;
  font-size: 12px;
  float: right;
}

p:first-letter { font-size: 200%; float: left }

h1 {
  color: yellow;
  text-align: center;
}

table.gallery {
  margin-left:auto;
  margin-right:auto;
}

*/


/* gallery stuff taken from http://www.porjes.com/images/ */

#pix {
   border: solid 1px black;
   padding: 10px;
   margin: 12px;
   background: #E5E5E5;
   color: black;
}

#pix div {
   margin: 5px;
   padding: 4px;
   width: 130px;
   height: 180px;
   border: outset 1px white;
   background: #444444;
   color: #F0F0F0;
   text-align: center;
   float: left;
}


hr {
   clear: both;
}

#pix a img {
   border-style: none;
}
#pix a {
   text-decoration: none;
}
#pix a:hover {
   text-decoration: underline;
}

