div.fk a {
 color: red;
 font-weight: bold;
}

div.fk a:hover {
 color: blue;
 font-weight: bold;
}

div.fk td {
 text-align: center;
 border-bottom: thin dotted grey;
 border-right: thin dotted grey; 
}

div.fk table {
 width: 40em;
 margin-left: 1.2em;
 table-layout:fixed;
 border:medium solid black;

}