a:visited {
    color: purple;
}
.hoverTable {
    table-layout: fixed;
    text-align: center;
    width: 1000px;
}
.hoverTable th,
.hoverTable td {
    overflow: hidden;
    width: 100px;
}
.hoverTable tr:hover {
    background-color: orange;
    font-weight: bold;
}
.find-button {
    width: 220px;
}
