/* web.css */

BODY
{background-color: #d7d7d7; font-family: times new roman;
font-size: 10pt;}

P
{font-family: times new roman, arial, helvetica, sans-serif;
font-size: 10pt;}

/* individual color of borders in this order: top, right, bottom, left */
/* EXAMPLE: border-color: red green blue yellow; */
/* or use one color for all borders */
/* set cellspacing="10", cellpadding="10", and border="10" to see test variations better */
 
TABLE
{
border-color:  #545965; 
background-color:  #545965;
}
 
TD
{
font-family: times new roman;

font-size: 10pt; 
vertical-align: middle; 
background-color: white;
/* border-color: orange orange orange orange; not well supported */
}
 
TH
{
text-align: left;
background-color: #545965;
/* border-color: red red red red; not well supported */
}


H1, H2, H3, H4
{font-family:times new roman}

H1
{color: black}

H2
{color: black}

H3
{color: black}

H4
{color: black}

em
{color: black}
 
strong
{color: black}
 


/* end of web.css */