body
{
  background: white;
}

p
{
  font-family: sans-serif;
  font-size: normal;
  color: black;

  margin-left: 20%;
  margin-right: 20%;
}

p.banner, p.foto
{
  font-size: 0.8em;
  text-align: center;
}

p.banner
{
  margin-top: 6em;
}

p.fotnot
{
  font-size: small;
  margin-top: 10em;
}

p.meny
{
  text-align: center;
  margin-bottom: 2em;
}

a
{
  color: RGB(235,0,128);
  text-decoration: underline;
  font-weight: bold;
}

a:visited
{
  color: RGB(235,0,128);
  text-decoration: underline;
  font-weight: bold;
}

a:active
{
  color: black;
  text-decoration: underline;
}

img
{
  border: none;
}

