
a:link,a:visited,a:active {
text-decoration: none;
}

a:hover {
color: #0033cc;
background-color: #ffffff;
text-decoration: underline;
}

td {
font-size: 10pt;
}

.fs {
font-size: 8pt;
}

.lh {
line-height : 15pt;
}

.gray {
color: #ff6600
background-color: #e0e0e0;
}