/* main foreground and background colors */
body, td, th, .invisible  
  {color: #999999; font-weight: bold; background-color: #333333}

/* main link color */
a:link, a:visited, a.read:link, a.read:visited, a.unknown:visited, .invisible a:link, .invisible a:visited, .invisible a.read:link, .invisible a.read:visited, .invisible a.unknown:visited
  {color: #6699cc; font-weight: bold; text-decoration:none}

/* colors to distinguish unread messages */
a.unread:link, a.unread:visited, a.unknown:link, .invisible a.unread:link, .invisible a.unread:visited, .invisible a.unknown:link
  {color: #99ccff}

/* set this to the same value above */
td.unread
  {background-color: #99ccff}

/* default message header color */
.style1
  {color: #336699; background-color: #999999}

/* in topic view, alternating message header color */
.style2 
  {color: #666666; background-color: #6699cc}

/* message header link color */
.style1 a:link, .style1 a:visited, .style2 a:link, .style2 a:visited
  {color:#99ccff}

/* default message body color */
.style3
  {color: #cccccc; background-color: #666666}

/* message body link color */
.style3 a:link, .style3 a:visited
  {color: #6699cc}

/* IE hover color */
a:hover, a.read:hover, a.unread:hover, a.unknown:hover, .style1 a:hover, .style2 a:hover, .style3 a:hover, .invisible a:hover, .invisible a.read:hover, .invisible a.unread:hover, .invisible a.unknown:hover
  {color: #ccffff; text-decoration:underline}

/* IE active color */
a:active, a.read:active, a.unread:active, a.unknown:active, .style1 a:active, .style2 a:active, .style3 a:active, .invisible a:active, .invisible a.read:active, .invisible a.unread:active, .invisible a.unknown:active
  {color: #ccffff; text-decoration:underline}


