/*
  For selecting fonts, see:
  http://www.codestyle.org/css/font-family/sampler-Serif.shtml
*/

.english_quote  { 
   margin-top: 2ex;
   margin-bottom: 2ex;
   margin-left: 2em;
   padding: 10px; 
   border: dotted 2px orange;
   /* font-family: Georgia, "Times New Roman", Times; */
   font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
}

DEL {
   background-color:	Gainsboro;
   color: SaddleBrown;
}
INS {
   font-style: italic;
   font-weight: bold;
   text-decoration: none;
   color: orangered;
   background: #ffffcc;
}

span.msoIns
	{
	text-decoration:underline;
	color:teal;}
span.msoDel
	{
	text-decoration:line-through;
	color:red;}
