@import url("common.css");

table {
 table-layout: fixed;
 border-collapse: collapse;
 border-spacing: 0px;
 border-style: none;
 margin: 1em auto 0 0;
 padding: 0;
 width: 468px;
 -moz-border-radius: 20px;
 border-radius: 20px;}

tbody {
 display: table-row-group;
 margin: 0;}

th {
 font-weight: bold;
 font-style: oblique;
 margin: 0;
 padding: 0.6em;
 text-align: right;
 width: 100px;
 zoom: expression(this.style.zoom || (this.className=(this.innerText=='arty-crafty')?'eclatid':'',1));}

td {
 margin: 0;
 padding: 0.6em;
 zoom: expression(this.style.zoom || (this.className=(this.innerText=='test')?'eclatid':'',1));
 border-bottom: 1px dotted #CCCCCC;}
td:hover {
 color: #CCCCCC;}

.eclatid {
 color: #ffcc00;}
.hn {
 color: #FFFF00;}

form {
 margin: 0;}