body
{
color: gray;
background-color: black;
font-family: arial, helvetica, verdana, tahoma, sans-serif;
}

a:link, a:visited
{
color: green;
text-decoration: none;
}
a:hover
{
color: green;
text-decoration: underline;
}
img
{
border: 0;
}
hr
{
color: #666666
}
#thumbs table
{
border-collapse: collapse;
border-color: #555;
}
#thumbs td
{
text-align: center;
background-color: #1d1d1d;
border-color: #555;
}
#thumbs a:hover img
{
filter:alpha(opacity=90);   
-moz-opacity: .9;
opacity: .9;
}