body{
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
  font: 75% Verdana, Helvetica, Arial, sans-serif;
  background: #e6e6e6;
  background-image: URL('http://www.tele-eta.no/designbilder/bakgrunn.gif');
  background-repeat: repeat-y;
  background-position: center;
  color: #000000;
}

h1, h2, h3, h4, h5, h6 {
  color: black;
  font-size: 100%;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin: 0;
}

h1 {
    font-size: 130%;
}
h2 {
    font-size: 110%;
}
h3 {
    font-size: 100%;
}
h4 {
    font-size: 90%;
}
h5 {
    font-size: 80%;
}
h6 {
    font-size: 70%;
}

b {
  font-weight: bold;
}


a, a:visited, a:active{
  color: #000000;
  text-decoration: none;
  font-weight: normal;
}

a:hover{
  color: 000000;
  text-decoration: none;
  font-weight: normal;  
}


hr{
  background-color: #102C42;
  height: 1px;
}


table{
  font-size: 100%;
}

tr{
  vertical-align: top;
}

.trlys{
  background-color: white;
}

.trmork{
  background-color: #EFEFEF;
}


