A{
text-Decoration:none;
}
 
A:HOVER{
  text-decoration:underline;
  list-style-position : outside;
  font-size : x-small;
  
  color : red;
}
BODY{
  font-size : x-small;
  color : #61607b;
  background-image : url(bg.jpg);
 background-attachment:fixed;
background-repeat : no-repeat;
}
A:LINK{
  color : #61607b;
}
B{
  font-size : x-small;
}
TABLE{
  font-size : x-small;
}
A{
  color : #5a5b87;
  
}
