/* the main body of the page */
body {
 /* page background color */
 background :  #3C3C3C; /* reddish */
}

div,th,tr,table,li,ul,form,
blockquote,p,b,h1,h2,h3,h4,h5,center {
 color:  #d5ae83; /* orangish tan */
 font: 12pt verdana, arial, sans-serif; 
}

/* thumbnail font */
font { 
  color:  #d5ae83; /* orangish tan */
  font-size: 9pt;
}

h1, h2 {
/* border-right: 1px none;
 border-top: 1px none;
 margin-bottom: 1em;
 margin-right: 0px; 
 width: 100%;
 display: block; */
 padding: 5px;
 background:  #000000; /* black background behind text */
 font-size:  12pt;
 letter-spacing: 3px;
 text-align: right;
 position: relative;
}

h2:first-letter {
 font-size:  18pt;
} 

h3 {
/*        border-bottom:  #000000 1px dotted;  */
        border-bottom:  #000000 1px;
        border-left: 1px none;
        border-right: 1px none;
        border-top: 1px none;
        padding: 2px;
        width: 400px;
        display: block;
        background:  #282828;
/*        color:  #5B5B65; */
        color:  #d5ae83;
        font: 12px;
        font-weight: normal;
        letter-spacing: 0px;
        text-align: center;
}

a, a:link,a:active {
 color:  #5353E9; /* blue */
}

a:visited {
 font-weight: normal;
 color:  #9696E9;
}

a:hover {
 color:  #4141E9; /* blue */
 text-decoration: underline;
}

a.thumbnail,
a.thumbnail:link,
athumbnail:visited,
a.thumbnail:active 
{
 margin-bottom: -55px;
 padding-top: 5px;
 width: 175px;
 display: block;
 background:  #3C3C3C; 
 height: 200px; 
}

a.thumbnail:hover
{
 margin-bottom: -55px;
 padding-top: 5px;
 width: 175px;
 display: block;
 background:  #505050;  
 height: 200px;
}

a.thumbnail {
 border:  #000000 1px solid;
}

img {
 border:  #000000 1px solid;
}

img.thumbnail {
 border:  #DFDFDF 1px solid;
 vertical-align: middle; 
}

/* set click thumbnail to main page background color */
i {
 color:  #771818; 
}

BODY { margin-top: 0px; top: 0px; }
BODY TABLE A IMG { display: inline; }
HR { position: relative; }



BODY { margin-top: 0px; top: 0px; }
BODY TABLE A IMG { display: inline; }
HR { position: relative; }
