body {
    font: normal normal normal medium/150% Georgia, "Times New Roman", Times, serif;
    margin: 0;
    padding: 0;
    background:#fff;
    color:#333;
}

#contents {
   width: 620px;
   margin: 0 auto 0 auto;
   padding: 1% 2% 1% 2%;
   background-color : #fff;
   border-left: 1px #000 dotted;
   border-right: 1px #000 dotted;
   text-align: left;
}

#comments {
   margin: 1em 1em 1em 1em;
}

#navigation {
   margin-top: 1em;
   margin-bottom: 2em;
   text-align: center;
   word-spacing: 0.5em;
}

#storycontent {
   text-align: center;
}

img {
   padding: 0;
   border: 2px #000 solid;
}

table {
   text-valign: center;
   margin-right: auto;
   margin-left: auto;
}

tr {
height: 76px;
}

td {
width: 76px;
border: 1px dotted #ccc;
}

h1 {
   margin: 1em auto 0.3em auto;
   width: 604px;
   font: normal small-caps 100 x-large/150% Arial, sans-serif;
   letter-spacing: 0.6em;
   border-bottom: 3px #000 double;
   color: #666;
   text-align: right;
}

h2 {
    margin-top: 0.5em;
    padding-left: 2em;
    width: 604px;
    font: normal normal normal small/120% Verdana, Arial, sans-serif;
    letter-spacing: 0.2em;
    text-align: left;
}

#smallprint {
    margin-top: 0em;
    padding-left: 1em;
    font: normal normal normal x-small/150% Verdana, Arial, sans-serif;
    letter-spacing: 0.2em;
    text-align: center;
}

a:link    { background:transparent; color: #333; text-decoration: none;}
a:visited { background:transparent; color: #333; text-decoration:none; }
a:hover   { background:transparent; color: #333; text-decoration: underline; }
a:active  { background:transparent; color: #333; text-decoration:underline; }