A:link {
color:#123f80;
font-weight: bold;
text-decoration: underline;
}
A:visited {
color:#123f80;
font-weight: bold;
text-decoration: underline;
}
A:hover {
color:#123f80;
font-weight: bold;
text-decoration: none;
}
A:active {
color:#123f80;
font-weight: bold;
text-decoration: none
}

body, table {
font-size:10pt;
font-family:verdana, arial, helvetica, sans-serif;
color:#000000;
}