/* GENERIC */
  body {
    margin: 0 0 0 0;
  }
  td {
    empty-cells: show;
  }
  span, br {
    color: #000000;
    font-size: 11;
    font-family: verdana;
  }
  .snygg {
    color: #000000;
    font-size: 10;
    font-family: verdana;
    text-decoration: none;
    font-weight: bold;
  }

/* NEWS */
  .news_title {
    color: #000000;
    font-weight: bold;
  }
  .news_content {
    color: #000000;
  }
  .news_author {
    color: #000000;
    font-style: italic;
  }
  .news_date {
    color: #000000;
    font-style: italic;
  }
  .news_spacer {
    color: #9e9e9e;
    font-weight: bold;
  }
  a.news_more {
    color: #000000;
    font-size: 10;
    font-family: verdana;
    text-decoration: none;
  }

/* MENU */
  table.menu {
    height: 305;
  }
  table.menu tr td {
    padding-left: 8;
    padding-right: 8;
    padding-bottom: 8;
    height: 100%;
    vertical-align: bottom;
  }
  table.menu tr td a {
    color: #21415f;
    font-size: 11;
    font-family: verdana;
    font-weight: bold;
    text-decoration: none;
  }
  table.submenu {
    border-style: solid;
    border-width: 1 1 0 0;
  }
  table.submenu tr td {
    border-style: solid;
    border-width: 0 0 1 1;
    padding: 4 4 4 4;
  }
  table.submenu tr td a {
    color: #21415f;
    font-size: 10;
    font-family: verdana;
    font-weight: bold;
    text-decoration: none;
  }
