 
BODY{
  color : navy;
  
  background-attachment : fixed;
  
}
A{
  color : blue;
  text-decoration : none;
}
A:VISITED{
  color : blue;
  text-decoration : none;
}
A:HOVER{
  color : red;
  text-decoration : none;
  font-weight : bolder;
}
A:ACTIVE{
  color : fuchsia;
  text-decoration : none;
}
TEXTAREA{
  color : #000000;
  background-color : #ffffb5;
}
