﻿/* ------------------------------------------------------------------------- */

.Added {
   background-color: #4062CF;
   color: white;
   text-decoration: none;
}

.Revised {
   background-color: #800080;
   color: white;
   text-decoration: none;
}

.Renumbered {
   background-color: #808080;
   color: white;
   text-decoration: none;
}

.Deleted {
   background-color: #CE2727;
   color: white;
   text-decoration: none;
}

.Cancelled {
   background-color: #CE2727;
   color: white;
   text-decoration: none;
}

.Confirmed {
   background-color: #A0A0A0;
   color: white;
   text-decoration: none;
}

.Tentative {
   background-color: #A0A0A0;
   color: white;
   text-decoration: none;
}

.Insertion {
   color: blue; 
   font-style: italic; 
   text-decoration: underline;
}

.LineInsertion
{
   display: block;
   color: blue;
   font-style: italic;
   text-decoration: underline;
}

.Insertion-Highlight {
   color: blue; 
   font-style: italic; 
   text-decoration: underline;
}

.Deletion {
   color: red; 
   font-style: normal; 
   text-decoration: line-through;
}

.LineDeletion
{
   display: block;
   color: red;
   font-style: normal; 
   text-decoration: line-through;
}

.Deletion-Highlight {
   color: red; 
   font-style: normal; 
   text-decoration: line-through;
}

/* ------------------------------------------------------------------------- */
