/* $version_internal = "0.2"; */

body { 
   background: white; 
   color: black 
}
body.left { 
   background: navy; 
   color: black 
}
body.inbox { 
   background: white; 
   color: black 
}
body.bottom { 
   background: white; 
   color: black 
}
body,td { 
   font-family: helvetica, serif; 
   font-size: 10pt 
}
td.tableheader { 
   background: navy; 
   color: white 
}
td.list { 
   background: #d0d0d0; 
   color: black 
}
input.button { 
   background: navy; 
   color: white 
}
a:link { 
   color: red 
}
a:active { 
   color: red 
}
a:visited { 
   color: navy 
}