html {
   margin                        : 0em;
   padding                       : 1em;
   height                        : 100%;
}

body {
   height                        : 100%
   color                         : #FFFFFF;
   background                    : #000000;
   font-family                   : trebuchet, verdana, helvetica, sans-serif;
   padding                       : 0em;
}

a.pic img { 
filter : alpha(opacity=70); /* IE */ 
-moz-opacity: 0.5; /* Mozilla */ 
} 
a.pic:hover img { 
filter : alpha(opacity=100); 
-moz-opacity: 1.0; 
}

a:link { color: silver; text-decoration: none }
a:active { color: white; text-decoration: none }
a:visited { color: gray; text-decoration: none }
a:hover { color: white; text-decoration: underline }

a.back:link { color: silver; text-decoration: none }
a.back:active { color: white; text-decoration: none }
a.back:visited { color: gray; text-decoration: none }
a.back:hover { color: white; text-decoration: none }