html
{

}

body
{
  font-family: sans-serif;
  margin: 0 0 0 0;
  font-size: 11px;
  line-height: 1.5;
  background-color: #000000; 
  color: gold;
}

a 
{
  text-decoration: none; 
  color: silver;
}

a:hover
{
  text-decoration: underline;
}

#mfdm
{
  width: 700px;
  margin: 50px;
}

#topp
{
  text-align: center;
}

#artikkel
{
  margin-top: 50px;
}

#bunn
{
  margin-top: 15px;
  text-align: right;
}


