html
{
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
/*   background-color: #FFFFFF; Because of a bug in Opera 5.12 & Netscape 6.0 */
/*   color: #000000; */
/*  It is said that the settings below are required for Ms Explorer 6.6 however it
    blocks the working on Opera 5.12 (Windows NT)
  scrollbar-base-color:#72D2BB;
  scrollbar-3dlight-color:#EEEEEE;
  scrollbar-arrow-color:#0000FF;
  scrollbar-darkshadow-color:#4D9520;
  scrollbar-face-color:#7FFFCB;
  scrollbar-highlight-color:#51FFFF;
  scrollbar-shadow-color:#18DB8D;
  scrollbar-track-color:#BCFDE5;
*/
}
body
{
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
  background-color: #FFFFFF;
  color: #000000;
  scrollbar-base-color:#72D2BB;
  scrollbar-3dlight-color:#EEEEEE;
  scrollbar-arrow-color:#0000FF;
  scrollbar-darkshadow-color:#4D9520;
  scrollbar-face-color:#7FFFCB;
  scrollbar-highlight-color:#51FFFF;
  scrollbar-shadow-color:#18DB8D;
  scrollbar-track-color:#BCFDE5;
}
table
{
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
/*  background-color: transparent; commented out because of Netscape 4.7 */
  color: #000000;
}
td
{
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
/*  background-color: transparent; commented out because of Netscape 4.7 */
  color: #000000;
}
tr
{
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
/*  background-color: transparent; commented out because of Netscape 4.7 */
  color: #000000;
}
textarea
{
  font-family: Arial,Helvetica,sans-serif;
}
input
{
  font-family: Arial,Helvetica,sans-serif;
}