body,td {
font-size:9pt;
}

body {
background-attachment: fixed;
scrollbar-3dlight-color: #ffffff;
scrollbar-arrow-color: black;
scrollbar-darkshadow-color: black;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: black;
scrollbar-shadow-color: #ffffff;
scrollbar-track-color: #ffffff;
color: gray;
background-color: #ffffff;
}

a:link {
color: deeppink;
text-decoration: underline;
}
a:visited {
color: #ff9999;
text-decoration: underline;
}
a:active {
color: deeppink;
text-decoration: none;
}
a:hover {
color: deeppink;
background-color: pink;
}