body {
  margin: 1em;
  font: small Courier, 'Courier New', fixed;
  color: #000;
  background-color: #fff;
}

p, td, th, li {
  font: small Courier, 'Courier New', fixed;
}

h1, h2, h3, h4 {
}

h1 {
    text-align: left;
  font-size: small;
  font-weight: normal;
  text-decoration: underline;
}

a:link, a:visited {
    color: #000000;
    text-decoration: none;
    }

a:hover, a:active {
    color: #ff0000;
    }

a.back:link { 
    color:  #ff0000;
    text-decoration: underline;
    }

a.back:visited { 
    color:  #ff0000;
    text-decoration: underline;
    }

a.back:hover {
    text-decoration: none;
    }

 a.back:active {
  text-decoration: none;
}

a.norm:link { 
    color:  #ff0000;
    text-decoration: underline;
    }

a.norm:visited { 
    color:  #9900cc;
    text-decoration: underline;
    }

a.norm:hover {
    text-decoration: none;
    }

a.norm:active {
  text-decoration: none;
}

#header {
  font: small Courier, 'Courier New', fixed;
  text-decoration: underline;
  margin: 0.5em 0 1em;
}

#footer {
  text-align: center; 
}

a img {
  border: 0;
}

input, textarea, select, .inputbox {
  border: 1px solid #888;
  color: #000;
  background-color: #fff;
}

input.button {
  font-weight: bold;
  border: 1px outset #fff;
  color: #fff;
  background-color: #888;
}

.meat {
    float: left;
    text-align: left;
    padding-left: 2px
    }

.navigation {
    width: 50px;
    float: left;
    }

div.sgLanguageFlipper, div.sgTemplateFlipper {
  float: right;
  clear: right;
}

div.sgContainer {
  clear: both;
  text-align: center;
  vertical-align: bottom;
  margin-left: auto;
  margin-right: auto;
}

div.sgAlbumCont {
  clear: both;
  text-align: bottom;
  vertical-align: bottom;
  padding-left: 30px;
  width: 400px;
}

div.sgTab, div.sgNavBar {
  text-align: center;
  font: small Courier, 'Courier New', fixed;
  margin-left: auto;
  margin-right: auto;
}

div.sgTab a, div.sgNavBar a {
  color: #555;
  font: small Courier, 'Courier New', fixed;
}

div.sgNavBar img {
  border: none;
}

div.sgAlbum, div.sgGallery {  
}

div.sgAlbum table, div.sgGallery table {
  margin-left: auto;
  margin-right: auto;
}

div.sgAlbum img {
  margin: 3px;
}

td.sgGalleryThumb {
  text-align: center;
  padding: 0 1em;
}

td.sgGalleryText {
  text-align: left;
  vertical-align: top;
  padding: 0 1em 2em;
}

a.sgGalleryTitle {
  font: bold medium Courier, 'Courier New', fixed;
}

div.sgImage {
    float: left;
    margin-bottom: 30px;
    }

div.sgImage img {
  border: none;
  margin-left: none;
  padding: 30px 20px 0px 0px;
}

.sgDesc {
  float: left;  
  margin-left: 10px;
  text-align: left;
}

table.imgtab {
    border: none;
    margin: 0;
    padding: .5px .5px 3px 1px;
    text-align: left;
    }

.imgtab td {
    padding: 0 0 2px 2px;
    vertical-align: bottom;
    text-align: left;
    }
    
.credits {
    float: left;
    clear: both;
    width: 500px;
    padding-left: 35px;
    text-align: left;
    margin: 0;
    }
    
.tiny {
    font-size: xx-small;
    }

