BODY{
  background-image: url("http://www.shallum.com/css/main4.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-attachment:fixed;
}
A{
  color: #0080c0;
  text-decoration : none;
}
A:VISITED{
  color: #0080c0;
  text-decoration : none;
}
A:HOVER{
  color: #ff0000;
  font-weight: bold;
}
A:ACTIVE{
  color: #0080c0;
  text-decoration : none;
}