<STYLE type="text/css">
  BODY {font-family:Arial; color:black;}
  BODY {background-image:); background-attachment:scroll}
  LI {list-style-image:}
  A:link {text-decoration:underline; color:;}	(* dont put color:blue here, because it overrides other styles! )
  A:visited {text-decoration:underline; color:;}
  A:hover {color:red}

{* used by bernimp for menu and sitemap: <SPAN STYLE="cursor:hand" CLASS="node1">..</SPAN>}

  .node1 {font-family: Arial; text-decoration:none; color:gray; font-size:10pt; font-weight: bold}
  .node2 {font-family: Arial; text-decoration:none; color:black; font-size:9pt}

  TD.leaf {font-family:Arial; color:black; font-size:8pt}        (* alternative to <SPAN onMouseOver="this.style.background='..'"> )
  TD.leaf A:link {text-decoration:none; color:black}
  TD.leaf A:visited {text-decoration:none; color:black}
  TD.leaf A:hover {text-decoration:none; color:white; background:#000066}

{* webmenu1.htm floating windows; dont work in ns, use 0px and (table border=1)}

  TABLE.window {border-width:0px; border-style:solid; border-color:gray}

{* title: for h3 to work in ns / text: no background / arial: white background / list: white back + small font}

  TD.title {font-family:Arial; color:black}
  TD.text  {font-family:Arial; color:black; font-size:10pt}
  TD.arial {font-family:Arial; color:black; font-size:10pt; background:white}

  TD.list {font-family:Arial; color:black; background:white; font-size:8pt; padding-left:5pt}
  TD.list A:link {text-decoration:none; color:blue}
  TD.list A:visited {text-decoration:none; color:blue}
  TD.list A:hover {text-decoration:none; color:red}

{* bernecker black ticker titlebars}

  .menu {font-family:Arial; color:white; background:black; font-size:10pt; font-weight:bold}
  .menu A:link {text-decoration:none; color:white}
  .menu A:visited {text-decoration:none; color:white}
  .menu A:hover {text-decoration:none; color:red}

{* attributes inside forms and webmenu1.htm, background gray}

  .form {font-family:Arial; color:black; background:#F0F0F0; font-size:10pt}
  .form A:link {text-decoration:none; color: blue}
  .form A:visited {text-decoration:none; color:blue}
  .form A:hover {color:red}

  .requ {font-family:Arial; color:red; background:#F0F0F0; font-size:10pt}
  .info {font-family:Arial; color:blue; background:#F0F0F0; font-size:10pt}

{* whole tables or single cells: 3 fontsizes, colors alternated by (td class="link" bgcolor="white")}

  .slnk {font-family:Arial; color:black; font-size:8pt}
  .slnk A:link {text-decoration:none; color:blue}
  .slnk A:visited {text-decoration:none; color:blue}
  .slnk A:hover {color:red}

  .link {font-family:Arial; color:black; font-size:9pt}
  .link A:link {text-decoration:none; color:blue}
  .link A:visited {text-decoration:none; color:blue}
  .link A:hover {color:red}

  .llnk {font-family:Arial; color:black; font-size:10pt}
  .llnk A:link {text-decoration:none; color:blue}
  .llnk A:visited {text-decoration:none; color:blue}
  .llnk A:hover {color:red}

{* 9pt links in different colors for 1STEIN webpages (without fontsize would use explorer settings)}

  .lnk_blue {font-family: Arial; color:black; font-size:9pt;}
  .lnk_blue A:link {text-decoration:none; color:blue}
  .lnk_blue A:visited {text-decoration:none; color:blue}
  .lnk_blue A:hover {color:red}

  .lnk_navy {font-family: Arial; color:black; font-size:9pt;}
  .lnk_navy A:link {text-decoration:none; color:navy}
  .lnk_navy A:visited {text-decoration:none; color:navy}
  .lnk_navy A:hover {color:red}

  .lnk_gray {font-family: Arial; color:black; font-size:9pt;}
  .lnk_gray A:link {text-decoration:none; color:gray}
  .lnk_gray A:visited {text-decoration:none; color:gray}
  .lnk_gray A:hover {color:red}

{* table columns with sorting: .head is for TD and TR}

  TD.shead {font-family:Arial; color:black; background:#D0D0D0; font-size:9pt; font-weight:bold}
  TD.shead A:link {text-decoration:none; color:black}
  TD.shead A:visited {text-decoration:none; color:black}
  TD.shead A:hover {color:red}

  .head {font-family:Arial; color:black; background:#D0D0D0; font-size:10pt; font-weight:bold}
  .head A:link {text-decoration:none; color:black}
  .head A:visited {text-decoration:none; color:black}
  .head A:hover {color:red}

  TD.sort {font-family:Arial; color:black; background:#E0E0E0; font-size:10pt; font-weight:bold}
  TD.sort A:link {text-decoration:none; color:red}
  TD.sort A:visited {text-decoration:none; color:red}
  TD.sort A:hover {color:red}

</STYLE>