
body 
{
	text-align:center;
    margin-left:auto; 
    margin-right:auto;
	font-family: sans-serif;
	}

#datatable{
  width:98%;
 font-size: 10pt;
   text-align:center;
           margin-left:auto; 
           margin-right:auto;
           vertical-align :top;
           border-width: 1px 1px 1px 1px;
	       border-spacing: 0px;
           border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
           }
           
#thcolor {
    background-color: lightcyan;
    } 
           
#trdispari{
    background-color: #EEEEEE;
    }       
    
    
#tddatoassente 
{
    text-align :center ;
    background-color: lightcoral;
    }  
    
#tddatopresente 
{
     text-align : right; 
       }        
          
#tddata {
     text-align:left;
    }         
          
#container{
width:800px;
height:auto;	
text-align:center;
margin-left:auto; 
margin-right:auto;           
 }        
    
p
{
    font-size:smaller;
    font-style :italic ; 
    }
