/* -------- GENERAL -------- */
body {
  margin-top: 20;
  margin-left: 30;
  margin-right: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0px;
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.1;
  color: #DDDDDD;
  text-align: left;
  background: #000000;
}

/*LIGHT GRAY HEADER*/
h2 {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #DDDDDD;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 12px;
}
/*DARK GRAY HEADER*/
h3 {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #dddddd;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 2px;
}

/*YELLOW HEADER SMALL*/
h1 {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #eaa537;
  margin-top: 0px;
  margin-bottom: 8px;
}
.ytxt {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #eaa537;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.4;
}
.txt {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #dddddd;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.4;
}
/* --------------- LINKS --------------- */
a {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #dddddd;
  text-decoration: underline;
}
a:active, a:visited {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #bbbbbb;
  text-decoration: underline;
}
a:hover {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  text-decoration: underline;
}
p {
  text-align: center;
}