body {
  background-color: white;

}

a {
  text-decoration: none; 
  font-weight: bold; 
}

a:hover {
  text-decoration: underline;
  font-weight: bold;
}

h1 {
  margin-top: 1em;
  font-size: 150%;
}

h2 {
  font-size: 125%;
}

table.schedule {
  font-size: small;
}

div.links {
  background: #ffddcc;
  border: none;
  padding: 1em;
}

a.huv {
  text-decoration: none;
  color:#ffffff;
}
a.huv:visited {
  text-decoration: none;
  color:#ffffff;
} 
a.huv:hover {
  text-decoration: none;
  color:#ffffff;
} 

td.sidfottext {font-size:10px; color: #999999}
td.hu {color: #ffffff}

table.resultat {
  padding: 0px;
  border-collapse: collapse;
  border-top: 1px solid gray;
  border-left: 1px solid gray;
  border-right: 0px solid gray;
  border-bottom: 0px solid gray;
}

table.resultat th, table.resultat td {
  padding: 3px;
  border-top: 0px solid gray;
  border-left: 0px solid gray;
  border-bottom: 1px solid gray;
  border-right: 1px solid gray;
  width: 10%;
  text-align: center;
}
