BODY{
  color : black;
  scrollbar-base-color: #eeffff;
  text-align : center;
}
A:LINK {
  text-decoration : none;
}
A:VISITED{
  text-decoration : none;
}
A:HOVER{
  color: #FF2222;
  text-decoration : underline;
}
A:ACTIVE{
  color : black;
  text-decoration : none;
}
