@import url(../stylebase.css);
A:link { color : #0000ff; text-decoration : underline; }
A:visited { color : #0000ff; text-decoration : underline; }
A:hover { color : #ff0000; text-decoration : none; }
BODY{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

