/*KK 2025-12-11*/

body {
  font: 20px Georgia, Garamond, serif;
  color: white;
  background-color: #3b5d77; /*DSL-logo*/
}
/*Mørk blå, RGB 0 59 92      #003b5c
  DSL logo, RGB 59 93 119    #3b5d77
  Lys grå,  RGB 236 236 232  #ecece8*/

a {
  text-decoration: none;
  color: inherit
}
.buttonlarge {
  border: 4px solid white;
  color: white;
  padding: 20px;
  font-size: 26px;
}
.buttonsmall {
  border: 3px solid white;
  color: #ecece8;
  padding: 5px;
  margin: 10px;
  text-align: center;
  font-size: 16px
}
th {
  font-size: 140%;
  font-weight: normal
}
.center {
  text-align: center  
}
.right {
  text-align: right
}
.floatright {
  float: right
}