.tit { 
   font-size: large; 
   font-weight: bold 
}

.bod { 
   font-size: medium 
}

.nom { 
   font-style: italic; 
   color: #FF9933
}

.not { 
   font-size: x-small; 
   text-align: right 
}

.rem { 
   font-style: italic; 
   font-weight: bold 
}

.dest { 
   text-decoration: underline; 
   color: #FF9933; 
   font-style: italic; 
   font-weight: bold 
}

.rej {
   text-decoration: line-through;
   font-weight: bold;
   color: #0000C0
}