/*-----------------------------------------*/
/* ThumbHTML default stylesheet            */
/* version 2.7.3, Jeff Waldock, April 2003 */
/*-----------------------------------------*/

/* Governs page background, and background of images using drop-shadows */
BODY {
background-color: #C5BFCD;
color: #FFFFFF;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;

}

A
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #462269;
    FONT-FAMILY: arial,helvetica,sans-serif;
    TEXT-DECORATION: none
}
A:link
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #462269;
    FONT-FAMILY: arial,helvetica,sans-serif;
    TEXT-DECORATION: none
}
A:visited
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #462269;
    FONT-FAMILY: arial,helvetica,sans-serif;
    TEXT-DECORATION: none
}
A:hover
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #764299;
    FONT-FAMILY: arial,helvetica,sans-serif;
    TEXT-DECORATION: underline
}

/* footer text */
DIV.footer {
color: #FFFFFF;
font-size: 10px;
}

/* main title */
H1 {
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-weight : Normal;
color: #FFFFFF;
font-size: 20px;
}

/* not currently used - has been replaced by <center> tags */
.mainbody {
 text-align: center;
}

/* date and time */
.photodatetime {
color: #000000;
font-size: 10px;
}

/* photo data section */
.photodata {
color: #383344;
font-size: 10px;
FONT-WEIGHT: bold;
text-align: right;
}

/* picture comments */
.caption {
color: #000000;
font-size: 12px;
text-align: center;
}

/* link colors in the footer section */
A.footer, A:VISITED.footer {
font-size: 10px;
}

/* links in the movie section */
A.movie, A:VISITED.movie, DIV.movie {
font-size: 9px;
}

/* mouseover-color of hyperlinks in the footer section */
A:HOVER.footer {
font-size: 10px;
color: #000000;
}

TD {
color: #000000;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 12px;
}

/* text in the 'also-available' section of linked-image HTML pages */
TD.alsoavailable {
color: #000000;
font-size: 10px;
}

/* Hyperlinks in 'also-available' section of individual linked-image HTML pages */
A.alsoavailable,A:HOVER.alsoavailable,A:VISITED.alsoavailable {
font-size: 10px;
}

/* image descriptions in slideshow */
#descriptions {
color: #000000;
font-size: 12px;
text-align: center;
font-style: italic;
}

/* picture information in slideshow */
#photodetails {
color: #000000;
font-size: 11px;
text-align: right;
}

/* photo date and time in slideshow */
#photodate {
color: #000000;
font-size: 11px;
}

/* image filename in slideshow */
#filename {
color: #000000;
font-size: 12px;
text-align: left;
}

/* image count in slideshow */
#imagecount {
font-size: 12px;
text-align: left;
}

/* pausego in slideshow */
#pausego {
font-size: 10px;
color: #000000;
text-align: right;
}

