div#fk a {
 color: red;
 font-weight: bold;
}

div#fk a:hover {
 color: blue;
 font-weight: bold;
}

div#fk td {
 text-align: center;
}

div#fk table {
 width: 40em;
 margin-left: 1.2em;
 table-layout:fixed;
 border:medium solid black;
}