/* td */
.hk    { color: #fff; background-color: #0b4499; margin-left: 5px }
.uk    { }
.ukh     { color: #fff }

/* url */
a.hk       { color: #fff; font-weight: bold; text-decoration: none; background-color: #0b4499; margin-left: 5px }
a.hk:visited    { color: #fff; font-weight: bold; text-decoration: none; margin-left: 5px }
a.hk:hover    { color: black; font-weight: bold; text-decoration: underline; margin-left: 5px }
a.uk { color: #000; font-family: Geneva, SunSans-Regular, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none }
a.uk:visited { color: #000; font-family: Geneva, SunSans-Regular, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none }
a.uk:hover { color: #fff; font-family: Geneva, SunSans-Regular, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: underline }
