@font-face {
  font-family: 'Wonderia';
  src: url('/assets/Wonderia.otf') format('opentype');
}

/* General Link Styles */
a:active {
  color: #eeae40;
  text-decoration: none;
}

a:hover {
  color: #ffffff;
  text-decoration: none;
}

a:link {
  color: #eeae40;
  text-decoration: none;
}

a:visited {
  color: #eeae40;
  text-decoration: none;
}

/* Body and Global Styles */
body {
  background-image: url(/assets/background.gif);
  color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica;
  font-size: 10px;
  margin: 0;
}

/* Form Element Styles */
.button {
  background-color: #000000;
  border: 1px solid #9da6b3;
  color: #eeae40;
  font-size: 9px;
  font-weight: bold;
  margin-top: 5px;
  text-align: center;
}

input,
select,
textarea {
  background-color: #000000;
  border: 1px solid #9da6b3;
  color: #eeae40;
  font-family: Verdana, Arial, Helvetica;
  font-size: 9px;
  font-weight: bold;
  margin-top: 5px;
}

.inputbox {
  background: #000000;
  border: 1px solid #9da6b3;
  color: #cccccc;
  font-weight: normal;
}

/* Class Styles */
.footnote {
  color: black;
  font-family: Arial;
  font-size: 10px;
  font-weight: bold;
}

.header {
  color: #ffffff;
  font-weight: bold;
}

h2 {
  font-family: 'Wonderia', 'Times New Roman', serif;
  color: #FFFFFF;
  margin: 0;
  font-weight: normal;
  font-size: 20px;
}

.imageborder {
  border: 1px solid #ff00ff;
}

.menutop {
  color: #000000;
  font-size: 9px;
  font-weight: bold;
  text-align: center;
}

.tableborder {
  border: 2px solid #0011ff;
}

/* Other Element Styles */
img {
  border-color: #000000;
}

td {
  color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;

}

th {
  color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;

}

/* Site Updates Box Styles */
#box {
  overflow-y: scroll;
  border: 2px inset #000;
  background-color: #1a1c11;
  color: white;
  padding: 10px;
  box-sizing: border-box;
}

#box blockquote,
#box h4,
#box ul {
  margin: 0;
  padding: 0;
}

#box h4 {
  font-size: 11px;
  padding-bottom: 5px;
  color: #eeae40;
}

#box ul {
  list-style-type: none;
  padding-left: 5px;
  padding-bottom: 15px;
}

hr {
  border-color: #eeae40;
}