/* latin */
@font-face {
  font-family: 'Averia Libre';
  font-style: normal;
  font-weight: 400;
  src: local('Averia Libre Regular'), local('AveriaLibre-Regular'), url(https://fonts.gstatic.com/s/averialibre/v8/2V0aKIcMGZEnV6xygz7eNjESBanI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Libre Barcode 39 Text';
  font-style: normal;
  font-weight: 400;
  src: local('Libre Barcode 39 Text Regular'), local('LibreBarcode39Text-Regular'), url(https://fonts.gstatic.com/s/librebarcode39text/v9/sJoa3KhViNKANw_E3LwoDXvs5Un0HQ1vT-0H0h5K.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Averia Sans Libre';
  font-style: normal;
  font-weight: 400;
  src: local('Averia Sans Libre Regular'), local('AveriaSansLibre-Regular'), url(https://fonts.gstatic.com/s/averiasanslibre/v8/ga6XaxZG_G5OvCf_rt7FH3B6BHLMEdVOEoI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
  margin: 0 auto;
  font-family: 'Averia Libre','Futura','sans-serif';
  color: #B6B6B6;
  line-height: 1.3;
  background-color: #000000;
  font-size: 1em;
  width: 650px;
}

#title {
  margin: 1em auto;
  clear: both;
font-size: 3.8em;
 font-family: 'Libre Barcode 39 Text','Futura','sans-serif';
 color: #b6b6b6
}
* |h1 |h2, *|h3, *|h4 {
  font-family: 'Averia Sans Libre','Futura','sans-serif';
}
*|a:link {
  text-decoration: none;
  background-color: transparent;
  color: #b58e36;

}
*|a:visited {
  text-decoration: none;
  color: #b58e36;
  background-color: transparent;

}
*|a:hover {
  background-color: #90712b;
  text-decoration: none;
  color: #ffff99;

}
*|a:active {
  text-decoration: underline;
  background-color: #90712b;
  color: #ffcccc;

}
#sidebar {
  float: right;
  width: 200px;
  padding-left: 1em;
  margin-top: 0em;
  font-family: 'Averia Sans Libre','Futura','sans-serif';
  font-size: 0.85em;
}

#main {
  margin: 0 auto;
  padding: 1em;
}
#footer {
  border:  none;
  padding: 1em;
  clear: both;
  width: 100%;
  margin-left: -0.5em;
  float: left;
}
.dropcap {
  font-size: 2em;
}
.box {
  border: 0px dotted #663300;
  margin: 1em;
}
