@charset "utf-8";
/* CSS Document */
.student td
{
width:100px;
height:20px;
text-align:center;
}

.student td:hover
{
width:100px;
height:20px;
text-align:center;
background-color:#D7D7D7;
}

