A:link
{ text-decoration: underline; color:#000000; }
A:visited
{ text-decoration: underline; color:#404040; }
A:active
{ text-decoration: underline; color:#0071F0; }


body 
{ 
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;

 background-color: #000000;
 background-image: url(plaat/back1.png);  
 background-repeat: repeat-y;
 background-attachment: fixed;

 font-family: value; comic-sans ms;
 color: #404040 ;

}

#header {
  margin: 0px;
  padding: 0px;
  height: 100px;
}
#left {
  position: absolute;
  top: 160px;
  width: 155;
  padding: 0;
}
#center {
position: absolute;
  width: 60%;
  top: 160px;
  margin-left: 190px;
  margin-right: 0px;
}
