/* text styles */

.burgundy
{
   font-weight: bold; 
   color: #990000;
}

.inglex1
{
  font-family: sans-serif; 
  font-size: 18px;
  color: #585858;
}

.translate1
{
font-family: monospace;
font-style: italic;
font-size: 10px;
color: #708090;
}

.underword1
{
text-decoration: underline;
font-style: italic;
}

.redemph
{
background-color: #FFB700;
}


/* div styles */

.divex1
{
   text-align: center;
   width: 90%;
   padding:10px;
   border:1px dotted #6E6E6E;
   background-color:#E0E0F8; 
}

.centerme
{
   text-align: center;
   width: 80%;
}
