Body {
  color: yellow;
  background-color: RGB(0,0,150);
  font-family : Verdana,Arial,Helvetica;
}
H1{ 
  font-size : 28px;
  text-align: center;
  Line-height : 34px;
  margin-bottom : 10px;
  font-family : Sans Serif,Arial,Helvetica;
  text-transform: uppercase;
}
H2 {
  font-size : 24px; 
  text-align: center; 
  Line-height : 28px;
  font-family : Sans Serif,Arial,Helvetica;
  margin-bottom : 6px;
}
H3 {
  font-size : 18px; 
  text-align: left; 
  Line-height : 20px;
  font-family : Sans Serif,Arial,Helvetica;

}

LI { 
  Line-height : 25px;
  list-style-type: circle;
}
.tekstramme  {
        color: darkblue;
/*	color : black;*/
	background-color : RGB(255,255,255);
        text-align : justify;
	width : 100%;
	padding : 15px;
}
.blaaramme { 
     color: yellow;
     font : bold; 
     background: RGB(100,100,250);  
     width : 100%;
     padding: 10px;
     border : groove;
     border-color : white;
}
.link {
  font-family : Serif,Times;
  Line-height : 25px;
  a:link {color: #00FFFF; }
  a:hover { color: red; font-style : italic; text-decoration : overline;}
  a:active {color : orange;  font-style : italic;}
  a:visited { color: black; }
  a:visited:hover { color: red;} 
  a:visited:active {color : orange;  font-style : italic;}
}
.link2 {
  a:link {color: #00FFFF; }
  a:hover { color: red; font-style : italic; text-decoration : overline;}
  a:active {color : orange;  font-style : italic;}
  a:visited { color: black; }
  a:visited:hover { color: red;} 
  a:visited:active {color : orange;  font-style : italic;}
}
.indryk { position : absolute;
          left : 150; }
.indryk2 { position : absolute;
          left : 280; }