BODY, TD { font-size: 13px; font-family: Arial; }
A { text-decoration:none; }
A:hover { text-decoration:underline; color:red; }
IMG { margin-top:2px; margin-bottom:2px; }
TABLE.menu { font-size: 12px; font-family: Arial; color: white; background: blue; border: inset; text-align: center; font-weight: 500; }
TD.menu { border: none; font-size: 14px; font-family: Arial; color: white; background: blue;  text-align: center; }
A.menu { font-size: 14px; text-decoration: none; color: white; font-weight: 900; }
A.menu:hover { font-size: 14px; text-decoration: underline; color: yellow; font-weight: 900; }
A.menu:active { font-size: 14px; text-decoration: none; color: yellow; font-weight: 900; }
A.menu:visited { font-size: 14px; text-decoration: none; color: white; font-weight: 900; }

a:link IMG.thumb, a:active IMG.thumb {
    border: 2px solid #000;
    -moz-opacity: 0.7;
    filter:alpha(opacity=75);
}
a:visited IMG.thumb {
    border: 2px solid #CC0000;
    -moz-opacity: 0.2;
    filter:alpha(opacity=15);
}
a:hover IMG.thumb {
    -moz-opacity: 1;
    filter:alpha(opacity=100);
}