body { color: black; background-color: #343434; }
p {}
td {}
.navigation { color: #ff7800; font-size: 12px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; word-spacing: 12px; }
.navigation a { color: #ffd100; }
table.content { background-color: #dfe4d9; border: solid 1px #868600; }
td.navi { font-size: 13px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; background-color: #685d6d; padding: 10px; }
td.textbox { font-size: 12px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; background-color: #b0b0b0; letter-spacing: 2px; padding: 10px; }
.heading { color: #674200; font-size: 18px; letter-spacing: 4px; }
td.navi a { color: #ff4d00; font-size: 16px; text-decoration: none; letter-spacing: 2px; }
td.navi a:hover { color: #fbf540; font-size: 16px; text-decoration: none; letter-spacing: 2px; }
a.imagelink img {
   filter:alpha(opacity=75);
   -moz-opacity: 0.75;
   opacity: 0.75;
   -khtml-opacity: 0.75;
     /* below is added stuff */
   border: 0; }


     a.imagelink:hover img {
   filter:alpha(opacity=100);   
   -moz-opacity: 1.0;   
   opacity: 1.0;
   -khtml-opacity: 1.0;
     /* below is added stuff */
   border: 0; }
a.imagelink { color: black; text-decoration: none; }
a { color: white; text-decoration: none; }
a:hover { color: red; }

