body  {
    color : black;
/*     background : white; */
    background-image : url(Axel/Bilder/papirbakgrunn.jpg);
/*     margin : 20px 10px 10px 10px; */
    padding: 0;
    font : 120% Verdana, "Comic Sans MS", sans-serif;
    font-family : Verdana;}

H1  {
    font-size : 150%;
/*  font-weight : bold; */
    text-align : center;
    color : white;
    background : gray;
    margin-top : 0;
    margin-bottom : 0;
/*  text-indent : 50px;*/
/*  line-height : 150%; */
/*      padding : 0px 0px 3px 0px;} */
    padding: 4px 0;
/*     border: 2px dotted white; */
}

H2  {
    color : white;
    background: gray;
/*     font-size : medium; */
    font-size : 130%;
    margin-top : 20px;
    margin-bottom : 10px;
    text-indent: 50px;
    padding: 2px 0;}

/* Avrundede hjoerner, css3 -- virker bare paa noen nettlesere, */
/* de andre faar vanlige firkantede kanter */
h1, h2, div.forsideboks, div.forsidebilde {
    -moz-border-radius: 9px 9px 9px 9px;
    -webkit-border-radius: 9px;
    -webkit-border-top-left-radius: 9px;
    -webkit-border-bottom-right-radius: 9px;
}

A  {
    color: blue;
/*     color : black; */
/*     font-size : 100%; */
    line-height : 155%;}

A:Visited  {
    color: black;
/*     color : #33cc99; */
   /* font-size : 91%;*/}

A:Active  {
    color : #ff3333;
    /*font-size : 100%;*/}

A:Hover  { color : #FF3333; text-decoration: underline;}

/*ul {list-style : disc outside;
    position : relative;
    left:-17px;
    color : black;
}*/

li {list-style-type: none; margin-left: -20px;}
li a {text-decoration: none;}
img {margin : 15px; background: white;}

.epost {
    color : black;
    /*font-size : 100%;*/}

/*---------------------------------------------------*/
/* De neste plasserer lenkene og bildet paa siden */
div.forsideboks {
    background: white;
    width: 670px;
    height: 470px;
    margin: 10% auto 0 auto;}

/* denne omfatter baade bildet og bildeteksten */
div.bilderamme {
    float: left;
    height: 350px;
    width: 230px;}

/* Bare selve bildet med bildet som bakgrunnsbilde */
div.forsidebilde {
    background: white;
    float: left;
    height: 314px;
    width: 210px;
    margin: 15px;
    text-align: center;
    background-image: url(Bilder/JohannHalvardJan.jpg)
}

/* En egen ramme bare til bildeteksten */
div.bildetekst {text-align: center;}

/* lenkeramme til venstre paa forsiden */
div.forsidelenker {
    background: white;
    float: left;
    width: auto;
    margin: 15px}
/*---------------------------------------------------*/