/************************
*
* meldingstjenesten
*
* jarle bareksten
*
*******************************/

body
{
  background-image: url(/grafikk/ugle_venstre.gif);
  background-repeat: no-repeat;
}

a, a:active, a:visited
{
  text-decoration: none; 
  color: #0000ee;
}

a:hover
{
  color: #0000ee; 
  text-decoration: underline;
}

.overskrift
{
  font-family: "times roman", serif;
  font-size: 20px;
  line-height: 22px;
  font-weight: normal;
  color: #084a5a;
}

.overskrift2
{
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
}

a.navigasjon, a.navigasjon:active, a.navigasjon:visited
{
  text-decoration: none;
  background-color: #eeeeee;
  color: #808080;
}

a.navigasjon:hover
{
  text-decoration: underline;
}

.knapp
{
  color: #0000ee;
}



