BODY {background-image:url('bg.gif'); font-family:arial,sans-serif; margin-top:4}
A:link { TEXT-DECORATION: none }
A.dict:link { COLOR: #800000; TEXT-DECORATION: none}
A.dict:active { BACKGROUND: none; COLOR: #0000ff; TEXT-DECORATION: none } 
A.dict:visited { COLOR: #800000; TEXT-DECORATION: none } 
A.dict:hover { COLOR: #0000ff; TEXT-DECORATION: underline overline; }
A:active { BACKGROUND: none transparent; TEXT-DECORATION: none }
A:visited { BACKGROUND: none transparent scroll ; COLOR: #0024FF; TEXT-DECORATION: none }
A:hover {text-decoration:underline;}
A.norm:hover { TEXT-DECORATION: none }

  @font-face {
    font-family: Abc;
    font-style:  normal;
    font-weight: normal;
    src: url(Abc.woff);
  }


  @font-face {
    font-family: AnmolUniPr;
    font-style:  normal;
    font-weight: normal;
    src: url(ANMOLUP0.woff);
  }


body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
