html {
height: 100%;
}

body {
background: #90e467 url('img/bgtop.png');
background-repeat: repeat-x;
background-position: top;
text-align:center;
}

.tekst {
font-family: Trebuchet MS;
font-size: 14px;
color: black;
text-align: justify;
}

.tekst2 {
font-family: Trebuchet MS;
font-size: 18px;
color: black;
text-align: justify;
}

.bildeframe {
border: white 1px solid;
margin: 8px 8px 8px 8px;
padding: 5px 5px 5px 5px;
background-image: url('img/white50.png');
font-family: Georgia;
font-size: 9px;
color: black;
text-align: center;
}

.center {
font-family: Georgia;
font-size: 14px;
color: black;
text-align: center;
}

.linx {
width: 95%;
margin-left: auto;
margin-right: auto
}

.huh {
font-family: Trebuchet MS;
font-size: 24px;
color: black;
text-align: center;
}

.cont {
background: url('img/whitebg.png');
width: 525px;
margin-left: auto;
margin-right: auto;
padding: 20px;
}

.hr {
margin-left: auto;
margin-right: auto;
width: 45%;
height: 1px;
border-bottom: 1px dotted black;
margin-top: 5px;
margin-bottom: 5px;
}

a:link {
color: #990000;
text-decoration: none;
}

a:visited {
color: #990000;
text-decoration: none;
}

a:hover {
color: #996633;
text-decoration: underline;
}

a:active {
color: #996633;
text-decoration: none;
}

.bloggtittel {
font-family: Georgia;
font-variant: small-caps;
font-size: 16px;
font-weight: bold;
float: left;
padding-bottom: 5px;
border-bottom: 1px solid black;
}

.comnavn {
min-width: 40%;
float: left;
padding-bottom: 5px;
border-bottom: 1px solid black;
}

.dato {
font-weight: bold;
float: right;
}

.blogg {
padding-top: 5px;
margin-top: 5px;
}

.center {
text-align: center;
}