/* table styles */

.extable
{
background-color:#FFFFFF;
border:2px solid #0099CC;
margin-left: auto;
margin-right: auto;
text-align: center;
}

.introtable
{
background-color:#FFFFFF;
border:2px dotted #990000;
}

.spancell
{
background-color:#FFCCCC;
font-family: monospace; 
font-size: 9px;
color: #03a;
}

.engcell
{
background-color:#99CCFF;
font-size: 12px;
}

/* font styles */

.red_emph
{
background-color: #FFB700;
}

.engexample1
{
font-size: 14px; 
color: #990000; 
font-family: Arial, Helvetica, sans-serif;
}

.engexample2
{
font-size: 14px; 
color: #000080; 
font-family: Arial, Helvetica, sans-serif;
}

.spantrans1
{
font-family: monospace; 
font-size: 9px;
color: #03a;
}

/* misc */

.introimg
{ 
text-align: center;
}

