/* 
    Document   : standard
    Created on : 23-07-2009, 03:42:52
    Author     : Lars
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

BODY {
  font-size: 12pt;
  font-family:Verdana,Arial,Helvetica,Sans-serif;
  background-image: url("imgs/isbaggrund4.jpg") ;
}

H1 {
  font-size: 26pt;
  font-family: "arial, helvetica, sans-serif";
  font-weight: normal
}

H2 {
  font-size: 18pt;
  font-family: "arial, helvetica, sans-serif";
  font-weight: normal
}

H3 {
  font-size: 16pt;
  font-weight: normal
}

H4 {
  font-size: 14pt;
  font-weight: normal
}

A {
  text-decoration: none
}

A:hover {
  text-decoration: underline
}

P {
  font-family: Verdana, Arial, Helvetica, Sans-serif;
}
p.c {
  text-align:center ;
}
p.serif{
  font-family: "Times New Roman",Times,Serif;
}

TABLE {
  border-spacing:1px;
  padding:0px;
}

TABLE.navbund {
  border-spacing:1px;
  padding:2px;
  BORDER-COLLAPSE: collapse ;
}