A:link {
color: #568a36;
font-weight: bold;
text-decoration: underline;
}
A:visited {
color: #568a36;
font-weight: bold;
text-decoration: underline;
}
A:hover {
color: #a6c791;
font-weight: bold;
text-decoration: none;
}
A:active {
color: #a6c791;
font-weight: bold;
text-decoration: none;
}

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

scrollbar-face-color: #ffffff;
scrollbar-3dlight-color: #ffffff;
scrollbar-track-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
scrollbar-highlight-color: #568a36;
scrollbar-shadow-color: #568a36;
scrollbar-arrow-color: #568a36;
}