
* {
    font-family : Verdana, Trebuchet MS, Helvetica, Bitstream Vera Sans Mono, Arial, Andale Mono;
    color: black;
    margin:0pt;
    padding:0pt;
  }

#tekst {
    font-size : 16px;
    font-weight : bolder;
    left : 430px;
    padding-left : 10px;
    padding-right : 10px;
    position : relative;
    top : -340px;
    width : 330px;
  }

#description {
    color : white;
    font-weight : bold;
    left : 0px;
    padding-left : 4px;
    padding-right : 2px;
    position : relative;
    top : -380px;
    width : 424px;
    padding: 2px;
    background-color: green;
  }

.greenfont {
    color : #1b9f34;
  }

body {
  }

#container {
/*    margin-left : auto;
    margin-right : auto;*/
    margin: auto;
    width : 770px;
  }
