body {
   background: #ccc;
   text-align: center;
}

h1 {
   font: 34px "Georgia";
   color: #06a;
   font-style: italic;
   border: 0;
   padding: 0;
   margin: 0;
}

h2 {
   font: 24px "Georgia";
   color: #06a;
   border: 0;
   padding: 0;
   margin: 10px;
}

h3 {
   font: 18px "Georgia";
}

h4 {
   font: 12px "Georgia";
   color: #06a;
   margin: 5px 0 10px;
}

h5 {
   font: 14px "Georgia";
   color: #777;
   font-style: italic;
   margin: 0 0 15px;
}

h6 {
   font: 10px "Arial";
   color: #444;
   margin: 0 0 2px;
   padding: 0;
}

a {
   text-decoration: none;
   color: #06a;
   font-weight: normal;
}

a.showall {
   font: 20px "Georgia";
}

a.active {
   display: block;
   color: #fff;
   background: #08b;
   font: 16px "Georgia";
   padding: 3px;
}

a.inactive {
   font: 16px "Georgia";
   display: block;
   color: #aaa;
   padding: 3px;
}

a.active:hover, a.inactive:hover {
   text-decoration: none;
}

a.button {
   font: 16px "Georgia";
   display: block;
   padding: 3px;
}

a.button:hover {
   background: #046;
   color: #fff;
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

img {
   border: 0;
}

img.thumb {
   border: solid 1px #aaa;
}

img.bigborder {
   border: solid 5px #fff;
   margin: 15px 10px 5px;
}

table {
   margin: 4px auto;
}

table.showall {
   border: solid 1px #aaa;
   margin-left: 0px;
   margin-right: auto
}

table.buttons {
   background: transparent;
}

td.showall {
   vertical-align: middle;
}

td {
   background: #eee;
   vertical-align: middle;
}

td.button {
   border: solid 1px #aaa;
   font: 16px "Georgia";
   color: #bbb;
   padding: 1px;
}

td.thumb {
   padding: 4px;
   border: solid 1px #aaa;
   width: 12px;
   height: 20px;
}

td.error {
   height: 25px;
   padding: 10px;
   vertical-align: middle;
   font: 16px "Georgia";
   color: #e55;
}

td.dots {
   background: transparent;
   font-weight: bold;
   font: 16px "Georgia";
   color: #08b;

}

