@charset "utf-8";
/*-------------------------------------------------------------------------------
 ANCHORS
 -------------------------------------------------------------------------------*/
a:link,
a:visited {
  color: #1D568F;
  text-decoration: none;
}

a:hover,
a:active {
  color: #106EC8;
  text-decoration: underline;
}

/*-------------------------------------------------------------------------------
 FONTS
 -------------------------------------------------------------------------------*/
body, input, select, textarea, table, th, td, li, a {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

body {
  line-height: 1.8;
  font-size: 12px;
  background-color: #2B2B2B;
  *font-size: 75%;
}

body, input, select, textarea {
  color: #2B2B2B;
}

input, select, textarea,
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

strong, em {
  font-style: normal;
  font-weight: bold;
}
