A:link {
color: #3a524e;
font-weight: bold;
text-decoration: underline;
}
A:visited {
color: #3a524e;
font-weight: bold;
text-decoration: underline;
}
A:hover {
color: #000000;
font-weight: bold;
text-decoration: none;
}
A:active {
color: #000000;
font-weight: bold;
text-decoration: none
}

body, table {
background-color: #e1efed;
font-size: 10pt;
font-family: Trebuchet MS, verdana, arial, helvetica, sans-serif;
color: #3a524e;
}

img {
border: none;
}