body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
        text-align: center;
}

table {
      text-align: center;
      width: 100%;
      height: 100%;
      border: 0;
}


tr {
      text-align: center;
}

a:link {
    color: #000000;
    text-decoration: none ;
}

a:visited {
    color: #000000;
    text-decoration: none;  }

a:hover {
    color: #000000;
    text-decoration: none;  }
