 
TABLE{
  background-color : yellow;
  text-align : center;
border-top-width : 1px;border-right-width : 1px;border-bottom-width : 1px;border-left-width : 1px;border-top-style : outset;border-right-style : outset;border-bottom-style : outset;border-left-style : outset;border-color : lime lime lime lime;
  margin-top : auto;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : auto;
  
  
  
  
}
TH{border-top-width : thin;border-left-width : thin;border-right-width : thin;border-bottom-width : thin;
  margin-top : auto;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : auto;
  background-color : yellow;
  text-decoration : blink;
}

