/* Combined style sheet for the index pages and the slide pages. */

/* Style for all bodies. */
body {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 13px;
   color: silver;
   background-color: #000000;
   background-image: url(gifs/bg.gif);
   background-repeat: repeat;
   margin-top: 12px;
}

/* Style for the Title */
.title {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: medium;
   font-weight: bold;
   color: yellow;
   background-color: transparent;
}

/* The image border color */
img {
   border: silver;
}

.comment {
   color: yellow;
   font-weight: bold;
   font-size: 10px;
   background-color: transparent;
}

/* Put a border on all generated images */
.image {
   margin: 5px;
   border: solid 3px;
}

/* Style for all table cells. */
td {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   color: gray;
   background-color: transparent;
}

/* Remove the margin under the images on the index pages. */
#index .image {
   margin-left: 2px;
   margin-right: 10px;
   margin-bottom: 0px;
}
hr {
   color: Yellow;
   background-color: transparent;
   height: 3px;
   width: 100%;
}
/* Custom link styles */
a:active {
   text-decoration: none;
   color: #ffaaaa;
   background-color: transparent;
}
a:focus {
   text-decoration: none;
   color: Red;
   background-color: transparent;
}
a:visited {
   text-decoration: none;
   color: silver;
   background-color: transparent;
}
a:hover {
   text-decoration: underline;
   color: #6699ff;
   font-weight: bold;
   background-color: transparent;
}
a:link {
   text-decoration: none;
   color: gray;
   background-color: transparent;
}

/* Navigation link-settings */
a.left:link, a.left:visited  {
   visibility: visible;
   position: absolute;
   width: 32px;
   height: 32px;
   background-image: url(gifs/left.gif);
   background-position: center;
   background-repeat: no-repeat;
}
a.left:hover, a.left:active, a.left:focus {
   position: absolute;
   visibility: visible;
   width: 32px;
   height: 32px;
   background-image: url(gifs/left-pr.gif);
   background-position: center;
   background-repeat: no-repeat;
}
a.left-dis:link, a.left-dis:visited {
   visibility: visible;
   position: absolute;
   width: 32px;
   height: 32px;
   background-image: url(gifs/left-dis.gif);
   background-position: center;
   background-repeat: no-repeat;
}
a.left-dis:hover, a.left-dis:active, a.left-dis:focus {
   position: absolute;
   visibility: visible;
   width: 32px;
   height: 32px;
   background-image: url(gifs/left-pr-dis.gif);
   background-position: center;
   background-repeat: no-repeat;
}
a.right:link, a.right:visited {
   visibility: visible;
   position: absolute;
   width: 32px;
   height: 32px;
   background-image: url(gifs/right.gif);
   background-position: center;
   background-repeat: no-repeat;
}
a.right:hover, a.right:active, a.right:focus {
   position: absolute;
   visibility: visible;
   width: 32px;
   height: 32px;
   background-image: url(gifs/right-pr.gif);
   background-position: center;
   background-repeat: no-repeat;
}
a.right-dis:link, a.right-dis:visited {
   visibility: visible;
   position: absolute;
   width: 32px;
   height: 32px;
   background-image: url(gifs/right-dis.gif);
   background-position: center;
   background-repeat: no-repeat;
}
a.right-dis:hover, a.right-dis:active, a.right-dis:focus {
   position: absolute;
   visibility: visible;
   width: 32px;
   height: 32px;
   background-image: url(gifs/right-pr-dis.gif);
   background-position: center;
   background-repeat: no-repeat;
}
a.up:link, a.up:visited {
   visibility: visible;
   position: absolute;
   width: 32px;
   height: 32px;
   background-image: url(gifs/up.gif);
   background-position: center;
   background-repeat: no-repeat;
}
a.up:hover, a.up:active, a.up:focus {
   position: absolute;
   visibility: visible;
   width: 32px;
   height: 32px;
   background-image: url(gifs/up-pr.gif);
   background-position: center;
   background-repeat: no-repeat;
}
a.up-dis:link, a.up-dis:visited {
   visibility: visible;
   position: absolute;
   width: 32px;
   height: 32px;
   background-image: url(gifs/up-dis.gif);
   background-position: center;
   background-repeat: no-repeat;
}
a.up-dis:hover, a.up-dis:active, a.up-dis:focus {
   position: absolute;
   visibility: visible;
   width: 32px;
   height: 32px;
   background-image: url(gifs/up-pr-dis.gif);
   background-position: center;
   background-repeat: no-repeat;
}
a.down:link, a.down:visited {
   visibility: visible;
   position: absolute;
   width: 32px;
   height: 32px;
   background-image: url(gifs/down.gif);
   background-position: center;
   background-repeat: no-repeat;
}
a.down:hover, a.down:active, a.down:focus {
   position: absolute;
   visibility: visible;
   width: 32px;
   height: 32px;
   background-image: url(gifs/down-pr.gif);
   background-position: center;
   background-repeat: no-repeat;
}
a.down-dis:link, a.down-dis:visited {
   visibility: visible;
   position: absolute;
   width: 32px;
   height: 32px;
   background-image: url(gifs/down-dis.gif);
   background-position: center;
   background-repeat: no-repeat;
}
a.down-dis:hover, a.down-dis:active, a.down-dis:focus {
   position: absolute;
   visibility: visible;
   width: 32px;
   height: 32px;
   background-image: url(gifs/down-pr-dis.gif);
   background-position: center;
   background-repeat: no-repeat;
}
a.home:link, a.home:visited {
   position: absolute;
   visibility: visible;
   width: 32px;
   height: 32px;
   background-image: url(gifs/home.gif);
   background-position: center;
   background-repeat: no-repeat;
}
a.home:hover, a.home:active, a.home:focus {
   position: absolute;
   visibility: visible;
   width: 32px;
   height: 32px;
   background-image: url(gifs/home-pr.gif);
   background-position: center;
   background-repeat: no-repeat;
}




