.red { background-image: url("/b-titlebar-m.jpg"); }
dt { color: gold; }
dd { color: #99ffff; }
a.menu:link {    color: navy;
      font-weight: bold;
  text-decoration: none; }
a.menu:visited { color: navy;
      font-weight: bold;
  text-decoration: none; }
a.menu:hover {   color: red;
      font-weight: bold;
  text-decoration: none;
        text-size: bigger; }
a.menu:active {  color: black;
      font-weight: bold;
  text-decoration: none; }

a:link {    color: lightblue;
      font-weight: bold;
  text-decoration: none; }
a:visited { color: lightblue;
      font-weight: bold;
  text-decoration: none; }
a:hover {   color: red;
      font-weight: bold;
  text-decoration: none;
        text-size: bigger; }
a:active {  color: white;
      font-weight: bold;
  text-decoration: none; }

h2 { font-family: frutiger, arial, helvetica; color: #99ffff }

body { font-family: frutiger, arial, helvetica; color: #99ffff }





