body { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10pt; margin: 5; }
td   { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10pt; }
li   { margin-bottom: 10px; }

// Work-around for Netscape Navigator 4
STRONG, B { font-weight: bolder; }

// Rendering for standard hyperlinks
a         { color: #804040; text-decoration: none; }
a:link    { color: #804040; text-decoration: none; }
a:visited { color: #804040; text-decoration: none; }
a:hover   { color: #4080c0; text-decoration: none; font-weight: bold; }
a:active  { color: #4080c0; text-decoration: none; font-weight: bold; }

a.toc         { color: #804040; text-decoration: none; background-color:#ccccff;}
a.toc:link    { color: #804040; text-decoration: none; background-color:#ccccff;}
a.toc:visited { color: #804040; text-decoration: none; background-color:#ccccff;}
a.toc:hover   { color: #4080c0; text-decoration: none; font-weight: bold; background-color:#ccccff;}
a.toc:active  { color: #4080c0; text-decoration: none; font-weight: bold; background-color:#ccccff;}

//******************************
//    General Styles
//******************************
.content { margin-left: 10px; }
.TitleFont { font-family: Georgia, 'Times New Roman', serif; }
span.winx { color: white; background-color: red; font-weight: bold; }