/* LINKS */
a.link, li.summary, .button {
  color: #044B8C;
}
a.link:hover, li.summary:hover, .button:hover {
  color: #015394;
}
body, .nav {
  font-family: Verdana;
}
.nav:hover:not(.noop), .nav-in {
  filter: alpha(opacity=0.6);
  opacity: 0.6;
}
.button-disabled {
  color: #111a11;
}
.dragover {
  background-color: #f5f5f5;
}
/* BACKGROUNDS */
.bg-light-red {
  background-color: #eaa6a6;
}
.bg-green {
  background-color: #199145;
}
.bg-white {
  background: #ffffff;
}
.bg-black {
  background: #000000;
}
/* FONT COLORS */
.fg-black {
  color: #000000;
}
.fg-green {
  color: #3a4349;
}
.fg-white {
  color: #ffffff;
}
.fg-blue {
  color: #231E6D`;
}
.fg-green {
  color: #199145;
}
.fg-red {
  color: red;
}
.fg-yellow {
  color: #f7bf24;
}
/* BORDERS */
.ball-c-green {
  border-color: #199145;
}
.ball-s-solid {
  border-style: solid;
}
.ball-w-thin {
  border-width: thin;
}
.bbottom-c-green {
  border-bottom-color: #199145;
}
.bbottom-s-solid {
  border-bottom-style: solid;
}
.bbottom-w-thin {
  border-bottom-width: thin;
}
.btop-c-green {
  border-top-color: #199145;
}
.btop-s-solid {
  border-top-style: solid;
}
.btop-w-thin {
  border-top-width: thin;
}
.bright-c-green {
  border-right-color: #199145;
}
.bright-s-solid {
  border-right-style: solid;
}
.bright-w-thin {
  border-right-width: thin;
}
h1, h2, h3 {
  font-family: Verdana !important;
  letter-spacing: 4px;
}
