a {color:#000000 !important;font-weight:bold; font-family:Tahoma; text-decoration: none }
body         { font-family: Tahoma; color:#000000; font-size: 10pt; }
a:hover {color:#6A79E3 !important;font-weight:bold; font-family:Tahoma; text-decoration:underline }
button       { font-family: Tahoma; color: #FFFFFF; font-size: 8pt; 
               border: 1px solid #FFFF00; background-color: #000000 }
fieldset     { font-family: Tahoma }
a:active     { font-family: Tahoma; color: #FF0000; font-weight: bold }
a:link       { font-family: Tahoma; color: #000000; font-weight: bold }
a:visited    { font-family: Tahoma; color: #000000; font-weight: bold }
address      { font-family: Tahoma }
p            { font-family: Tahoma; color: #000000; font-size: 10pt; }
td           { /* cell font - you can use px or pt */ font-family: Tahoma; font-size: 8pt; color: #000000; }
input        { /* affects submit & input buttons */ background-color:transparent; font-family: Verdana; font-size: 8pt; color:#FFFFFF; }


/*==[ BEGIN THUMB BLOCK ELEMENTS ]=======================================================================*/

TABLE.thumbblock { /* Changes the background color and border of the area behind the thumbnails */
        border: 0px solid #000000;
}
TABLE.thumbblock TD { /* Keeps thumbnail images properly aligned */
        text-align: center;
        vertical-align : top;
}
A.rolloverthumb IMG { /* Defines the look of an unvisited thumbnail */
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
 -moz-opacity: 1.0;
 border: 1px solid #000000;
}
A:hover.rolloverthumb IMG { /* Defines the look of an unvisited thumbnail in the MOUSEOVER state */
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
 -moz-opacity: 0.6;
 border: 1px solid #cccccc;
}
A:visited.rolloverthumb IMG { /* Defines the look of a visited thumbnail */
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
 -moz-opacity: 0.8;
 border: 1px solid #666666;
}
A:visited:hover.rolloverthumb IMG { /* Defines the look of a visited thumbnail in the MOUSEOVER state */
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
 -moz-opacity: 0.6;
 border: 1px solid #cccccc;
}
TABLE.vintagebody TD { /* Defines the background of the vintage clips section */
        background-image: url(images/vintagebg.jpg);
        background-position: top center;
        background-repeat: repeat-y;
}
TABLE.vintagethumbblock TD { /* Defines a transparent background on the table of thumbs in the vintage clips section */
        background: transparent;
        border: 0px solid #000000;
}

/*==[ END THUMB BLOCK ELEMENTS ]========================================================================*/