Body{
 margin-top: 0px;
 margin-bottom: 0px;
 margin-left:0px; 
 margin-right:0px;
 background-image: url(images/bg1.gif);
 background-attachment:fixed;
 background-repeat:repeat;
 background-color:#cccccc;
 font-family:Tahoma;
 font-size:10px;
 }
 a:link{
 text-decoration:underline;
 color: whitesmoke;
 }
 a:visited{
 text-decoration:underline;
 color: whitesmoke;
 } 
 a:hover{
 text-decoration:underline;
 color:#000000;
 }
 a:active{
 text-decoration:none;
 color:#000000;
 }