﻿body {
    background-color: white !important;
    background: none !important;
}
.Saveword
{width:49px; 
 height:46px; 
   background:url(img/btword.png);
    margin-right:10px;
}


.Printword
{width:49px; 
 height:46px; 
   background:url(img/btprint.png);
   
  
}
.Saveword:hover
{width:49px; 
 height:46px; 
   background:url(img/btword2.png);
    margin-right:10px;
}


.Printword:hover
{width:49px; 
 height:46px; 
   background:url(img/btprint2.png);
   
  
}


#ctl00_d1
{
    position:fixed;
    padding-top:10px;
    padding-right:30px;
    cursor: hand;
     width:100%;
     }
  
 