// gallery Style Sheet for White Knight's Tavern
// created by Rob Watson - last modified 04/08/02

// general settings
h2 {
    text-align: center; }

// gallery settings
div.circlediv, table.thumbtbl, .picgroup {
    width: 650px;
    text-align: center; }

#gcircle {
    border: 0px; }

table.thumbtbl {
    border: 1px #dddddd solid; }

tr.thumbtr { }

td.thumbtd {
    padding: 10px;
    text-align: center; }

.thumbtd a { }

.thumbtd a:hover, .thumbtd a:active {
    color: red;
    background-color: #ffff98;
    text-decoration: none;
    font-weight: bold; }

.thumbtd a img {
    border: 0px; }

span.pcaption {
    text-align: center; }


// picture settings
.picdiv {
    text-align: center; }

.picture {
    margin: 0px; }

.comdiv {
    text-align: left; }

.comments {
    font-style: italic;
    padding: 0.25em 0.2em 0.25em 0.5em;  }
