
a {
    color : #ff0000;
    text-decoration : underline;
  }

body {
    background : #C3E3FF;
    font : 14px Arial,Verdana;
    color : #002eab;
    text-align : center;
  }

h1 {
    font : 20px Arial,Verdana;
    color : #002a78;
  }

.tekst {
    border-style : hidden;
    text-align : left;
    width: 75%;
    position: relative;
    float: left;
    left: 10px;
  }

#main {
    background : #fff6e6;
    padding : 5px;
    border : #000000 double;
    float : none;
    left : 10%;
    min-height : 250px;
    position : absolute;
    top : 15px;
    vertical-align : top;
    width : 80%;
  }

#menu {
    background : #ffffff;
    padding : 3px;
    border : #638cb0 dotted;
    float : left;
    position : relative;
    text-align : center;
    vertical-align : top;
    width : 20%;
  }

a:hover {
    color : #FF00FF;
    text-decoration : none;
  }

