body {
 background-color:"#FFFFFF";
 width:650px;
 margin: auto;
 margin-top:0;
 margin-bottom:10px;
}

/*******  css tables  *******/
.table {
  display:table;
}
.row {
  display:table-row;
}
.cell {
  display:table-cell;
  padding:2px 10px 2px 10px;
}
.head {
  font-weight:600;
}
.right {
  text-align:right;
}
.center {
  text-align:center;
}
.left {
  text-align:left;
}
.top {
  vertical-align:top;
}
.middle {
  vertical-align:middle;
}
.bottom {
  vertical-align:bottom;
}
.backgroundDark {
  background-color:#ddd;
}
.backgroundLight {
  background-color:#eee;
}


/*******  images  *******/
img {
    border:0;}

/*******  error  *******/
.error {
    color:red;}





