@font-face{
  font-family: 'MC';
  src: url('fonts/mc.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face{
  font-family: 'MC';
  src: url('fonts/mc-B.otf');
  font-weight: bold;
  font-style: normal;
}

body{
  font-family: 'MC', sans-serif !important;
  color: white;
  background-color: rgb(29,17,9);
  background-image: url("bgback.png");
  }

h1{
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

h2{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

h3{
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}

p{
  font-size: 16px;
  font-weight: normal;
  text-align: justify;
  text-indent: 64px;
  margin-left: 64px;
  margin-right: 64px;
}

a{
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  color: black;
  vertical-align: top;
}

img{
  margin:auto;
  display: block;
}

td{
  background-color: whitesmoke;
  background-image: url("news.png");
  max-width:108px;
  padding: 4px;
  vertical-align: top;
}

td#text{
  vertical-align: top;
  }

td#images{
  vertical-align: top;
  }

a:hover{
  color: maroon;
}