body{
font-family: Arial;
color:#000000;
background-image: url(images/bg.jpg);
background-repeat: repeat-x;
background-attachment: fixed;
background-color:#000000;
}
a:link{
text-decoration:none;
color:#000000;
}
a:visited{
text-decoration:none;
color:#000000;
}
a:hover{
text-decoration:none;
color:#000000;
}
a:active{
text-decoration:none;
color:#000000;
}

.fett{
font-weight:bold;
}
.small{
font-size:10px;
}