
body
{
  color        : #000000;
  background   : #6168A9;
  margin-left  : 0px; 
  margin-right : 0px;
  margin-top   : 0px;
  margin-bottom: 0px;
  font-size    : 1.0em;
}

hr
{
    border-color:        #e3bf99;
    color:               #e3bf99;
    background:          #e3bf99;
    /*
    width:               100%;
     */
    height:              4px;
    border-top-width:    4px;
    border-bottom-width: 0px;
    border-right-width:  0px;
    border-left-width:   0px;
    border-style:        solid;
}

.innhold
{
    border           : 2px solid black;
    background-color : white;
    /*
     *  Marg på innsiden av rektangelet.
     */
    padding-left     : 2.5em;
    padding-right    : 1.5em;
    padding-top      : 2.5em;
    padding-bottom   : 2.5em;
    /*
     *  Marg på utsiden av rektangelet.
     */
    margin-top       : 1.7em;
    margin-bottom    : 0.5em;
    margin-left      : 1.0em;
    margin-right     : 1.0em;
}


div, p, th, td, li, dd, table, p
{
  font-size       : 1.0em;
  font-family  : Arial, Verdana, Sans serif;
}


H1  
{
  font-size   : 3.0em;
  font-weight : bold;
}

H2  
{
  font-size   : 2.0em;
  font-weight : bold;
}

H3  
{
  font-size   : 1.0em;
  font-weight : bold;
}


A  
{
  color           : Blue;
  background      : none;
  text-decoration : none;
}


A:Visited  
{
  color           : Red;
  background      : none;
  text-decoration : none;
}


A:Active  
{
  color           : Gray;
  background      : none;
  text-decoration : none;
}


A:Hover  
{
  color           : Red;
  background      : Yellow;
  text-decoration : none;
}



.mini  
{
  font-size:    0.8em;
  font-family  : Arial, Verdana, Sans serif;  font-weight : bold;
}
