@font-face {
  font-family: "Henny Penny";
  src: url(fonts/HennyPenny-Regular.ttf);
}

@font-face {
  font-family: "Raleway";
  src: url(fonts/Raleway-Regular.ttf);
}

body,td,th {font-family: 'Raleway', sans-serif; color: #000; font-weight: 300; }
h1, h1 a {font-family: 'Henny Penny', cursive;	color:#000;	font-weight: 300;	transition-duration: 0.5s; text-transform: uppercase;}
h2, h2 a {font-family: 'Henny Penny', cursive;	color:#000;	font-weight: 300;	transition-duration: 0.5s; }
h3, h3 a {font-family: 'Henny Penny', cursive;	color:#000;	font-weight: 300;	transition-duration: 0.5s; }
input, textarea, select {  font-family: 'Raleway', sans-serif; font-weight: 300; }