/* pix.css */
body {
  background-color: Gray;
  font-family: Arial, Helvetica, sans-serif;
}
div.pixContainer {
  width: 768px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
p.pixCaption {
  font-style: italic;
  font-weight: bold;
  font-size: small;
}
p.pixFilename {
  font-family: Courier, monospace;
  font-weight: bold;
}
table, td { border: 1px solid Black }
table { border-collapse: collapse }
table.pixThumb, table.pixExif {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.pixThumb td {
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}
.pixExif td { font-size: small }
a {
  color: MediumBlue;
  text-decoration: none;
}
a img { border-style: none }
a:hover { color: White }
a.pixOrig { font-size: small }
a.pixBuy {
  margin-left: 6em;
  font-size: small;
}
a.pixSSbut {
  float: right;
  background-color: MediumBlue;
  color: White;
}
a.pixSSbut:hover { color: Gray }
.inline { display: inline }
