@font-face {
    font-family: 'BookFont';
    src: url('ITCFranklinGothicStd-Book.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MediumFont';
    src: url('ITCFranklinGothicStd-Med.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

.button_text { 
  font-family: "BookFont";
  font-size: 24px;
}
            
.button_text_mouseover { 
  font-family: "BookFont";
  font-size: 26px;
}
            
.infotext {             
  font-family: "MediumFont";
  font-size: 18px;
}
