/* This section sets the style properties for you tables */

table
{ 
margin-left: auto;
margin-right: auto;
}
 
body{background-color:#E2F7FC;} 

.ads {text-align:left;}
.center {text-align:center;}

p
{
text-align: left;
color: black;
font-size: 10pt;
font-family: arial, verdana, sans-serif;
}

.text {padding-left:15px;}
.right {text-align:right;}