
@font-face {
  font-family: Calibri;
  src: url(/css/calibri.ttf) format("opentype");
}
@font-face {
  font-family: Calibri;
  src: url(/css/calibrib.ttf) format("opentype");
  font-weight: bold;
}
@font-face {
  font-family: Calibri;
  src: url(/css/calibrii.ttf) format("opentype");
  font-style: italic;
}
@font-face {
  font-family: Calibri;
  src: url(/css/calibriz.ttf) format("opentype");
  font-style: italic;
  font-weight: bold;
}
 
 
body, .text {
  background-color:#bbb1a6;
  background-image:url(/images/bg_content.jpg);
  background-repeat:repeat-y;
  background-position:right;
  padding:15px;
  margin:0px;
  font-family:  Calibri, 'Trebuchet MS', times, sans-serif;
  font-size:13px;
  color:#fff;
  text-align:justify;
}

p,ul,ol {
  margin:0px;
}

h1,h2,h3 {
  margin:0;
  color:#8a7a67;
  text-transform:uppercase;
  font-size:13px;
}

a {
  color:#fff;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

