a:link { text-decoration:none; font-weight:normal; color:blue; }
a:visited { text-decoration:none; font-weight:normal; color:gray; }
a:hover { text-decoration:none; font-weight:normal; color:black; }
a:active { text-decoration:none; font-weight:normal; color:blue; }

body {
 background-image:url(bilder/metall.jpg);
 background-repeat:repeat-y;
 background-position:0px 0px;
 background-color:rgb(249,242,195);
 background-attachment:fixed; padding:0px;
 margin-left:15px; margin-right:0px; margin-top:0px; margin-bottom:0px; 
 font-family:Arial,Helvetica,sans-serif;}
