body
{ color: #ffffff;
font-family: Verdana;
font-size: 8pt;
scrollbar-base-color        : #3a6da7;
scrollbar-track-color       : #9cb1d1;
scrollbar-arrow-color       : #9cb1d1;
                }

/*        Links unvisited links                                                        */
a.link:link { color: #9cb1d1;
font-family: Verdana;
font-size: 8pt;
text-decoration: underline;
}

/*        Links visited links                                                        */
a.link:visited {
color: #9cb1d1;
font-family: Verdana;
font-size: 8pt;
text-decoration: underline;
}

/*        Links active links (not widely supported)                                */
a.link:active {
font-family: Verdana;
color: #9cb1d1;
font-size: 8pt;
text-decoration: underline;
}

/*        Links when hovered over (MSIE only)                                        */
a.link:hover {
font-family: Verdana;
color: #666666;
font-size: 8pt;
text-decoration: underline;
}

/*        Table cells                                                                */
td {
font-size: 8pt;
color: #ffffff;
font-family: Verdana;
text-decoration: none;
}