body {
  padding: 0;
  margin:0;
  background-color: #9c8c7e;
  font-size:12px;
}
*{
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select:none;
  -khtml-user-select:none;
  -webkit-user-select:none;
  -ms-user-select:none;
  user-select:none;
  -webkit-touch-callout: none;
  }

a {
  color: #f5f3ef;
}
.text-color-main{
  color:#C8145A
}
.title-background{
  background-image: url("../images/head_light_bg_png.png");
  background-size: 30px 35px;
  background-repeat: repeat-x;
  padding:5px;
}
.title-background-red{
  background-color:#C8145A;
  padding:5px;
}
.bg-color{
  background-color: #9c8c7e;
}
.color-deep-brown{
  color:#645044
}

