@font-face { font-family: 'schreibschrift';
             src: url('../fonts/DroidSans-Bold.ttf') format('truetype'); }
@font-face { font-family: 'normal';
             src: url('../fonts/VERDANAB.ttf') format('truetype');
              }
#normal { font-family: 'normal' }
#schreibschrift  { font-family: 'schreibschrift' }
/* HIDE RADIO */
[type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
[type=radio] + img {
  cursor: pointer;
}

/* CHECKED STYLES */
[type=radio]:checked + img {
  outline: 2px solid #f00;
}