table.sans {
  font-family: "Arial CE", Arial, "Helvetica CE", Helvetica, sans-serif;
  font-size:         x-small;
}

td.sans {
  font-family: "Arial CE", Arial, "Helvetica CE", Helvetica, sans-serif;
  font-size:         x-small;
}

td.small {
  font-family: "Arial CE", Arial, "Helvetica CE", Helvetica, sans-serif;
  font-size:         xx-small;
}

a.decent {
  text-decoration: none;
  color: black;
}

a.decent:hover {
  text-decoration: underline;
  color: black;
}


/*======*/
/* Menu */
/*======*/

ul.menu {
  margin-left:             3;
  margin-right:            5;
  line-height:          150%;
  font-weight:          bold;
  font-family: "Arial CE", Arial, "Helvetica CE", Helvetica, sans-serif;
  list-style-type:      none;
}

a.menu {
  text-decoration:      none;
  font-weight:          bold;
}

a.menu:hover {
  text-decoration: underline;
  font-weight:          bold;
}


ul.menu2 {
  list-style-type:    square;
  line-height:          110%; 
  margin-left:            19;
  margin-right:            5;
  margin-top:              0;
  margin-bottom:          10;
  font-variant:   small-caps;
}


/*===========*/
/* Pro tisk  */
/*===========*/


@media print {
  .printhide {display:none}
  a {
    text-decoration: none;
    color: black;
  }
}

@media screen {
  .printonly {display:none}
}
