*|body {
  background-color: #6666cc;
  line-height: 7mm;
  color: white;
  font-family: Arial,Helvetica,sans-serif
}
#wrapper  {
    width: 90%;
    border-style: hidden;
    border-width: thin;
    background-color: #6666cc;
    position: absolute;
    margin-left: 10%;
    margin-top: 1%
 }
#top {
    width: 90%;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    border-style: hidden;
    border-width: thin;
    background-color: #6666cc;
    text-align: center;
    position: absolute;
    Top: 0px;
}
#menu {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 390px;
    border-style: hidden;
    border-width: thin;
    background-color: #6666cc;
    position: absolute;
    top: 90px;
}
#indhold {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-style: hidden;
    border-width: thin;
    background-color: #6666cc;
    position: absolute;
    top: 390px;
}
  *|h2 {
  color: #cc0000;
  text-align: center;
}
*|h3 {
  text-decoration: underline;
}
*|h1 {
  color: #cc0000;
  text-decoration: underline;
  text-align: center;
  font-weight: bolder;
}

*.menu {
  border-style: none;
  margin: 20px 0 0 5px;
  padding-right: 47px;
  float: left;
  list-style-type: none;
  list-style-position: outside;
}
*.indhold {
  margin-left: 10px;
  padding-top: 1px;
  font-size: large;
  margin-top: 0px;
  list-style-image: url('Filer/hjerte_gemt_som_gif_i_psp.gif');
}
*|* {
  margin: 0;
  padding: 0;
}
*.menu *|ul {
  border-style: solid;
  border-width: 1px;
  list-style-type: none;
  width: 100%;
}
*.menu *|li {
  border-style: solid;
  border-width: 2px 1px 1px 2px;
  background-color: #cc0000;
  font-family: Comic Sans MS, sans-serif;
  text-align: center;
  font-size: large;
}
*.menu *|li *|a {
  text-decoration: none;
  color: greenyellow;
  display: block;
}
*.menu *|li *|a *|hover {
  color: #cc9933;
  background-attachment: fixed;
  background-position: center;
  text-decoration: blink;
  background-color: #009900;
}
*|h4 {
  text-decoration: underline;
  font-weight: bold;
}
a:link {
  color: #cc9933;
  font-family: Arial,Helvetica,sans-serif;
  text-decoration: underline;
}
a:visited {
    color: silver;
    font-family: Arial,Helvetica,sans-serif;
    text-decoration: underline;
}
a:hover {
    color: white;
    font-family: Arial,Helvetica,sans-serif;
    text-decoration: underline;
}
a:active {
    color: yellowgreen;
    font-family: Arial,Helvetica,sans-serif;
        text-decoration: none;
}