/*
The font "Delicious" is by Jos Buivenga, exljbris
http://www.josbuivenga.demon.nl/delicious.html
exljbris Font Foundry Free Font License: 
  http://www.josbuivenga.demon.nl/eula.html
*/

@font-face {
  font-family: "eblong-delicious";
  font-style: normal;
  src: url("font/Delicious-Roman.otf");
}

@font-face {
  font-family: "eblong-delicious";
  font-style: italic;
  src: url("font/Delicious-Italic.otf");
}

@font-face {
  font-family: "eblong-delicious";
  font-weight: bold;
  font-style: normal;
  src: url("font/Delicious-Bold.otf");
}

@font-face {
  font-family: "eblong-delicious";
  font-weight: bold;
  font-style: italic;
  src: url("font/Delicious-BoldItalic.otf");
}


body {
    font-family: eblong-delicious, "Times New Roman", times, serif;
}

#gametitle {
  padding-top: 20px;
}

.HeaderTab {
  font-weight: bold;
}
