body {
  font-family: Helvetica, Arial, Verdana, Sans-serif; /* Typsnitt: namn på typsnitt */
  font-weight: normal; /* Typsnittstjocklek: normal, bold, bolder, lighter */
  font-size: 11px; /* Typsnittsstorlek: px (=absolut), pt (=relativ) */
  font-style: normal; /* Typsnittsstil: normal, italic */
  text-align: left; /* Textjustering: left, right, center, justify */
  text-indent: 0pt; /* Textindrag: px, pt */
  text-decoration: none; /* Textdekorering: none, underline, overline */
  vertical-align: top; /* Vertikal justering: baseline, sub, super, top, text-top, middle, bottom, text-bottom */
  color: #ffffff; /* Färg: färgnamn (green), rgb värde (rgb(0,255,0)), hexadecimal (#00FF00) */
  background-color: #000000; /* Bakgrundsfärg: färgnamn (green), rgb värde (rgb(0,255,0)), hexadecimal (#00FF00) */
  background-image: none; /* Bakgrundsbild: url(bild.gif), none */
  background-attachment: fixed; /* Bakgrundsscrollning: scroll, fixed */
  background-repeat: no-repeat; /* Bakgrundsupprepning: repeat, repeat-x, repeat-y, no-repeat */
  cursor: auto; /* Muspekaren: auto, crosshair, default, pointer, movetext, wait, help */
}
td {
  font-family: Helvetica, Arial, Verdana, Sans-serif;
  font-weight: normal;
  font-size: 11px;
  font-style: normal;
  text-indent: 0pt;
  text-decoration: none;
  color: #ffffff;
  cursor: auto;
}



a:link {
  font-weight: bold;
  font-size: 12px;
  color: #959595;
  text-decoration: none;
}
a:visited {
  font-weight: bold;
  font-size: 12px;
  color: #959595;
  text-decoration: none;
}
a:active {
  font-weight: bold;
  font-size: 12px;
  color: #959595;
  text-decoration: none;
}
a:hover {
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
}



.border {
  background-color: #959595;
}
.borderbg {
  background-color: #000000;
}
.fineprint {
  color: #696969;
}
.textimg {
  cursor: text;
}













.menu {
  font-weight: bold;
  font-size: 14px;
}
.submenu {
  font-weight: normal;
  font-size: 11px;
}
.pageheading {
  font-weight: bold;
  font-size: 14px;
}
.submenuheading {
  font-weight: bold;
  font-size: 11px;
}
.emphasize {
  font-weight: bold;
}
.textlink {
  font-weight: normal;
  font-size: 11px;
  color: #695d54;
  text-decoration: underline;
}
.graylink {
  font-weight: normal;
  font-size: 12px;
  color: #7c7c7c;
  text-decoration: none;
}
