body {
  margin:0px;
  text-align:center;
  height:100%;
  width:100%;
}

table {
  font-family: 'Comic Sans MS';
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  color: #000000;
}

table.menu {
  background-image: url('./img/menu.png');
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

table.data {
  border: outset 1px;
  border-collapse: separate;
  border-spacing: 1px;
  border-color: #000000;
  background-color: #e8e8ff;
}
table.data th {
  font-weight: bold;
  text-align: center;
  border: inset 1px; 
}
table.data td {
  border: inset 1px;
  padding: 3px;
}

table.purchase th {
  font-weight: bold;
  text-align: center;
}

table.gallery p {
  text-align: center;
  font-style: italic;
}

a:link {
  font-weight: bold;
  text-decoration: none;
  color: #0000FF;
}
a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #0000FF;
}
a:hover {
  font-weight: bold;
  text-decoration: none;
  color: #FF0000;
}
a:active {
  font-weight: bold;
  text-decoration: none;
  color: #FF0000;
}

a.anchor:hover {
  color: #000000;
}

/*
a.menu:visited {
  color: #0000FF;
}
a.menu:hover {
  color: #FF0000;
}
*/

p {
  font-family: 'Comic Sans MS';
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: justify;
  color: #000000;
}

p.title {
  font-size: 14px;
  font-weight: bold;
}

p.footer {
  font-style: italic;
  text-align: center;
}

p.source {
  font-size: 12px;
  color: #808080;
}


span.date {
  background-color: yellow;
}

/*
span.date.a:hover {
  text-decoration: none;
}
*/

img.link {
  border: none;
}

/* Images styles */

div.leftImg {
  float: left;
  margin-right: 12px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 5px;
}

div.leftImg p {
  text-align: center;
  font-style: italic;
}

div.leftImg p.credit {
  font-style: normal;
  text-align: left;
  font-size: 9px;
  color: #808080;
}

div.rightImg {
  float: right;
  margin-right: 0px;
  margin-left: 12px;
  margin-top: 0px;
  margin-bottom: 5px;
}

div.rightImg p {
  font-style: italic;
  text-align: center;
}

div.rightImg p.credit {
  font-style: normal;
  text-align: left;
  font-size: 9px;
  color: #808080;
}

div.centerImg {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/*
img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: none;
}
*/

div.centerImg p {
  font-style: italic;
  text-align: center;
}

/* Useless

img.left {
  float:left;
  margin:12;
}

img.right {
  float:right;
  margin:12;
}

*/

#content {
  position: relative;
  width: 827px;
  height: 100%;
  margin: 0px auto 0px auto;
  text-align: left;
  padding-left: 1px;
  cursor: default
}

#list ul {
//  list-style-type: square;
  font-family: 'Comic Sans MS';
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: justify;
  color: #000000;
}
