﻿@charset "utf-8";

thead th {
  background: #9900FF;
  color: #ffffff;
}
tfoot td {
  background: #E0E0E0 ;
}
tbody#tb1 td {
  background: #FFFF00 ;
}
tbody#tb2 td {
  background: #FF9900 ;
}

caption {
  font-size: 24px;
}







