body {
  margin: 0;
  font-size: 80%;
  font-variant: normal;
  font-style: normal;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  background-color: #F4E8C2;
}
/*
  background-image: url(background.jpg);
  background-repeat: repeat;
  background-position: 0% 0%;
  background-attachment: fixed;
  scrollbar-base-color: 7B0045;
  scrollbar-arrow-color: white;
  scrollbar-highlight-color : #e6e6e6;
  scrollbar-shadow-color : black;
  scrollbar-track-color : black;
  */

h3 {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  color: #990033;
  width: 100%
}
h3.mitt {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  color: #990033;
  text-align: center;
  width: 100%
}
h4 {
  padding: 0;
  font-size: 80%;
  font-weight: bold;
  color: #990033;
  width: 100%
}
h4.mitt {
  padding: 0;
  font-size: 80%;
  font-weight: bold;
  color: #990033;
  text-align: center;
  width: 100%
}

a         {color: #0000FF; text-decoration: none; font-weight: normal;}
a:link    {color: #0000FF; text-decoration: none; font-weight: normal;}
a:hover   {color: #FF0000; text-decoration: none; font-weight: normal;}
a:visited {color: #0000FF; text-decoration: none; font-weight: normal;}
a:active  {color: #0000FF; text-decoration: none; font-weight: normal;}
p {
  padding: 0;
  font-size: 80%;
  font-variant: normal;
  font-style: normal;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
p.mitt {
  text-align: center
}
p.bildttext {
  padding: 0;
  font-size: 70%;
  font-variant: normal;
  font-style: italic;
  font-family: Verdana, Arial, Helvetica, sans-serif;

}
b.rod {
  color: #990033;
}
strong.rod {
  color: #990033;
}


