body
{
background-color:#88928C;
}
h1
{
color:orange;
text-align:center;
}
p
{
font-family:”Times New Roman”;
font-size:14px;
}

a:link 
{
color:#56709B;
font-family:”Times New Roman”;
font-size:14px;
} 

a:visited 
{
color:#24753B;
font-family:”Times New Roman”;
font-size:14px;
} 

a:hover 
{
color:#D5CA8C;
font-family:”Times New Roman”;
font-size:14px;
} 

a:active 
{
color:#24753B;
font-family:Courier;
font-size:14px;

}


img {
padding:10px;
border: solid 1px;
}
table {
width: auto;
border: 1px solid navy;
margin-left: auto;
margin-right: auto;
}
caption {
font-size: 12pt;
font-weight: bold;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
}
thead, tfoot {
background-color: #efefef;
text-align: justify;

}
td {
padding:3px;
border: 1px solid navy;
background-color: #ffffff;
text-align: justify;
}

th{
background-color:#56709B;
font-family:”Courier";
font-size:10;
}
