/* **Style for comments to keep track and distinguish them  */
/* by rigo 13/12/2001*/


p.cor {
   text-indent: 20px;
   background: #ADD8E6;
   color: #000000;
}
p.er {
   background: #B0C4DE;
   color: #000000;
   text-decoration: line-through;
}

span.cor {
   text-indent: 20px;
   background: #ADD8E6;
   color: #000000;
}
span.er {
   background: #B0C4DE;
   color: #000000;
   text-decoration: line-through;
}
