@charset "utf-8";
/* CSS Document */
table{width:100%;background: #eee;border-collapse:collapse;font-size:12px}
table th{background:#87cefa}
table th, table tr, table td{border:solid 1px #ff0000;padding:2px;}
table tr:nth-child(even) td{background: #fff;}
caption.a{font-size:24px}
