body {
   background: #557799;
   font-family: Verdana, Arial, Helvetica;
   color: white;
   margin-top: 5px;
}

h1, h2, h3, h4 {
   color: #dddd22;
}

p.story, p.story_img {
   padding: 0px, 20px;
}

p.story {
   text-align: justify;
}

p.modified {
   margin: 0px;
   text-align: right;
   font-size: 80%;
}

/* defs for links */
a {
   color: white;
}

a:visited {
   color: #eeccee;
}

a:hover {
   color: #dddd22;
}

/* defs for pics in links */
a img {
   border-color: white;
   border-style: solid;
   border-width: 1px;
}

a:visited img {
   border-color: #ddbbdd;
}

a:hover img {
   border-color: black;
}

h1 a, h2 a, h3 a, h4 a,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited {
   color: #dddd22;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
   color: white;
}

/***************  content  ************/

#author, #date {
   font-size: 120%;
   font-weight: bold;
}

/*************  navigation  ************/

#site_menu {
   padding: 0px,5px;
   margin-bottom: 0px;
}

#menu {
   background-color: #99bbdd;
   color: black;
   text-align: center;
   padding: 5px;
   border-width: 1px;
   border-style: solid;
   border-color: white;
   margin-top: 5px;
}

#menu a {
   color: black;
}

#menu a:hover {
   color: white;
}

table.nav {
   width: 100%;
   background: #99bbdd;
   border-width: 1px;
   border-color: white;
   border-style: solid;
}

table.nav a img {
   border-style: none;
}

td.navl, td.navr, td.navc {
   padding: 0px;
   width: 33.3%;
}

td.navl {
   text-align: left;
}

td.navc {
   text-align: center;
}

td.navr {
   text-align: right;
}

/***************  gallery  ******************/

table.thumb_gal, td.thumb_gal {
   border-width: 1px;
   border-color: white;
   border-style: solid;
}

td.thumb_gal {
   padding: 10px, 5px, 10px, 5px;
   vertical-align: top;
   text-align: center;
}

p.thumb_gal, p.desc_gal {
   margin: 0px;
}

/****************** gallery-pics ****************/

p.mainimg, p.mainimg_desc {
   text-align: center;
}

p.mainimg_desc {
   font-size: 120%;
   color: black;
   padding: 5px,5px;
   background: #99bbdd;
   border-width: 1px;
   border-color: white;
   border-style: solid;
}

p.mainimg_desc a, p.mainimg_desc a:visited {
  color: black;
  text-decoration: none;
}

p.mainimg_desc a:hover {
  color: black;
  text-decoration: underline;
}

img.mainimg {
   border-width: 3px;
   border-color: white;
   border-style: solid;
}

