body {
  background-color: #350001;
  text-align: center;
   overflow-y:scroll;
}

#navbar
{
  text-align:center;
  color:red;
  margin: 10px 10px 10px 300px;
}

h1 {
  font-family: arial;
  color: black;
  font-weight: bold;
  font-size: 35px;
  position: relative;
  left: 40px;
  top: 15px;

}

#bild {
   background-image: url("anne_background_hell.jpg");
   height: 530px;
   width: 800px;
   border: 0px solid yellow;
   margin: -10px auto;
   text-align: left;
}

#bild img {
   float: right;
   border: 0px solid green;
   margin: -50px 0px 0px 0px;
}

a:link {
  font-family: arial;
  color: white;
  font-weight:bold;
  text-decoration:none;
}

a:visited {
  font-family: arial;
  color: white;
  font-weight:bold;
  text-decoration:none;
}

a:active {
  font-family: arial;
  color: white;
  font-weight:bold;
  text-decoration:none;
}

a:hover {
  color: grey;
  font-style: arial;
  font-weight:bold;
  text-decoration:none;
}
