.new { 
        color: blue;  
}

.remove { 
        text-decoration: line-through;
        color: red;  
		display:  inline; 
}

.old { 
        text-decoration: line-through;
        color: red;  
		display:  inline; 
      }
      
.showchangeslink {
        font-style: italic;
		display:  none; 
}
.hidechangeslink {
        font-style: italic;
		display:  inline; 
}
      
