table
{ 
margin-top: 95px;
margin-left: auto;
margin-right: auto;
}

p
{
margin-left: auto;
margin-right: auto;
align: center;
font-size: 15pt; 
/* width: 80%; */
font-family: Calibri;
}

body
{
background-color:#e7debd;
font-family: Papyrus;
/* color: rgb(69, 105, 11); */
color: rgb(102, 102, 0);
background-repeat:no-repeat;
background-position:top center; 
}


tr
{
font-weight: bold;
font-family: Papyrus;
margin-left: auto;
margin-right: auto;
}


a 
{
text-decoration:none;
color: rgb(69, 105, 11);
font-size: 15pt; 
}

div.centered
{
text-align: center;
}

div.centered table
{
margin: 0 auto;
text-align: left;
}

