Body{
 margin-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 background-image: url(images/bg.gif);
 background-attachment:fixed;
 background-repeat:repeat-y;
 background-position:center;
 background-color:white;
 font-family:Tahoma;
 font-size:10px;
 }
 a:link{
 text-decoration:none;
 color: #0000FF;
 }
 a:visited{
 text-decoration:none;
 color: #0000FF;
 } 
 a:hover{
 text-decoration:underline;
 color:#FF8000;
 }
 a:active{
 text-decoration:none;
 color:#FF8000;
 }