 
BODY{
  color : white;
  background-color : blue;
  background-repeat : no-repeat;
  background-attachment : fixed;
}
A{
  color : white;
  background-color : blue;
  text-decoration : underline;
}
A:HOVER{
  color : white;
  background-color : blue;
  font-weight : normal;
  font-style : oblique;
}

