div.centered 
{
 text-align: center; 
} 
div.centered table 
{
 margin: 0 auto;
 text-align: center;
} 

table
{ 
margin-left: auto;
margin-right: auto;
text-align: center; 
width: 987px;
height: auto;
}

body
{
background-color:#e7debd;
font-family: Papyrus;
color: rgb(69, 105, 11);
}

td
{
vertical-align:bottom;
font-size: 15pt;
}

a 
{
text-decoration:none;
color: rgb(69, 105, 11);
}

p
{
font-size: 15pt;
text-align: center;
}

img
{
border: 0px solid ; 
width: 458px; height: 240px;
}
