#pscroller1 {
     width: 220px;
     height: 76px;
     padding: 5px;
     background-color: #ECF7FA;
}
.ncopy { 
     color: #404040;
     font-size: 12px;
     font-family: Arial, Helvetica, sans-serif;
     background-color: transparent;
     text-decoration: none;
     }
.ncopy a:link {
     color: #2381A1;
     font-weight: bold;
     background-color: transparent;
     text-decoration: none;
     }
.ncopy a:visited {
     color: #2381A1;
     font-weight: bold;
     background-color: transparent;
     text-decoration: none;
     }
.ncopy a:hover {
     color: #D15103;
     font-weight: bold;
     background-color: transparent;
     text-decoration: none;
     }
.ncopy a:active {
     color: #999999;
     font-weight: bold;
     background-color: transparent;
     text-decoration: none;
     }