@charset "utf-8";
/* CSS Document */


body
{
  margin:0;
  padding:0;
  text-align:center;
  /*color:#444444;*/
  color:#000000
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  background-color:#666666
}
  
td{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000
	}
  
  .container {
	width: 765px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

tablita
{color:#000000}

  
  
