

/*Style scheet index*/

body{
     background-image: url(Tegel.GIF);
     background-repeat: repeat;
     background-position: fixed;
     color: white;
    }

    

a   {
      color:white;text-decoration:none;
    }

a:visited{
          font-style:italic;
         }

a:hover{
         color:limegreen;font-weight:700;
       }

div {
     align:center;
    }
