/* Combined style sheet for the index pages and the slide pages. */

/* Style for all bodies. */
body {
   font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: #4d2919;
   background-color: #d6cdc4;
   background-image: url(gifs/savvybkgrnd.jpg);
   background-repeat: repeat;
   margin-top: 12px;
}

/* Style for the Title */
.title {
   font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
   font-size: 16px;
   font-weight: bold;
   color: #4d2919;
   background-color: transparent;
}

/* The image border color */
img {
   border: #4d2919;
}

.comment {
   color: #4d2919;
   font-weight: bold;
   font-size: 16px;
   background-color: transparent;
}

/* Put a border on all generated images */
.image {
   margin: 5px;
   border: solid 2px;
}

/* Style for all table cells. */
td {
   font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
   font-size: 14px;
   color: #4d2919;
   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: #4d2919;
   background-color: transparent;
   height: 3px;
   width: 100%;
}
/* Custom link styles */
a:active {
   text-decoration: underline;
   color: ##4d2919;
   background-color: transparent;
}
a:focus {
   text-decoration: underline;
   color: #4d2919;
   background-color: transparent;
}
a:visited {
   text-decoration: underline;
   color: #4d2919;
   background-color: transparent;
}
a:hover {
   text-decoration: underline;
   color: ##4d2919;
   background-color: transparent;
}
a:link {
   text-decoration: underline;
   color: #4d2919;
   background-color: transparent;
}

/* Navigation link-settings */
a.left:link, a.left:visited  {
   visibility: visible;
   position: absolute;
   width: 40px;
   height: 24px;
   background-image: url(gifs/left.jpg);
   background-position: center;
   background-repeat: no-repeat;
}
a.left:hover, a.left:active, a.left:focus {
   position: absolute;
   position: absolute;
   width: 40px;
   height: 24px;
   background-image: url(gifs/left.jpg);
   background-position: center;
   background-repeat: no-repeat;
}
a.left-dis:link, a.left-dis:visited {
   visibility: visible;
   position: absolute;
   width: 40px;
   height: 24px;
   background-image: url(gifs/left.jpg);
   background-position: center;
   background-repeat: no-repeat;
}
a.left-dis:hover, a.left-dis:active, a.left-dis:focus {
   visibility: visible;
   position: absolute;
   width: 40px;
   height: 24px;
   background-image: url(gifs/left.jpg);
   background-position: center;
   background-repeat: no-repeat;
}
a.right:link, a.right:visited {
   visibility: visible;
   position: absolute;
   width: 40px;
   height: 24px;
   background-image: url(gifs/right.jpg);
   background-position: center;
   background-repeat: no-repeat;
}
a.right:hover, a.right:active, a.right:focus {
   visibility: visible;
   position: absolute;
   width: 40px;
   height: 24px;
   background-image: url(gifs/right.jpg);
   background-position: center;
   background-repeat: no-repeat;
}
a.right-dis:link, a.right-dis:visited {
   visibility: visible;
   position: absolute;
   width: 40px;
   height: 24px;
   background-image: url(gifs/right.jpg);
   background-position: center;
   background-repeat: no-repeat;
}
a.right-dis:hover, a.right-dis:active, a.right-dis:focus {
   visibility: visible;
   position: absolute;
   width: 40px;
   height: 24px;
   background-image: url(gifs/right.jpg);
   background-position: center;
   background-repeat: no-repeat;
}
a.up:link, a.up:visited {
   visibility: visible;
   width: 24px;
   height: 24px;
   background-image: url(gifs/contents.jpg);
   background-position: center;
   background-repeat: no-repeat;
}
a.up:hover, a.up:active, a.up:focus {
   visibility: visible;
   position: absolute;
   width: 24px;
   height: 24px;
   background-image: url(gifs/contents.jpg);
   background-position: center;
   background-repeat: no-repeat;
}
a.up-dis:link, a.up-dis:visited {
   visibility: visible;
   position: absolute;
   width: 24px;
   height: 24px;
   background-image: url(gifs/contents.jpg);
   background-position: center;
   background-repeat: no-repeat;
}
a.up-dis:hover, a.up-dis:active, a.up-dis:focus {
   visibility: visible;
   position: absolute;
   width: 24px;
   height: 24px;
   background-image: url(gifs/contents.jpg);
   background-position: center;
   background-repeat: no-repeat;
}




