h2{
color:blue;
margin-top:10px;
text-align:center;
text-decoration:underline;


}
.table{
color:blue;
}

th{
color:green;

}
.TABLE-HOVER TBODY tr:hover td{
background:pink;
}

.TABLE-HOVER TBODY tr:hover th{
background:#cce6ff;

}

h3{
color:green;
}
