.tx_font{ font-family: "Perpetua Titling MT", sans-serif;
  word-wrap: break-word;
  color:black;
  line-height: 1;}

  .tx_font2{ font-family: georgia, serif;
    word-wrap: break-word;
    color:black;
    line-height: 1;}

    .tx_font3{ font-family: arial, sans-serif;
      word-wrap: break-word;
      color:black;
      line-height: 1;}

.tx_line2{line-height: 1.2;}

.tx_weight{font-weight: 700;}

.tx_size04{ font-size: 4px;}
.tx_size12{ font-size: 12px;}
.tx_size14{ font-size: 14px;}
.tx_size16{ font-size: 16px;}
.tx_size18{ font-size: 18px;}
.tx_size19{ font-size: 19px;}
.tx_size20{ font-size: 20px;}
.tx_size22{ font-size: 22px;}
.tx_size24{ font-size: 24px;}
.tx_size26{ font-size: 26px;}
.tx_size28{ font-size: 28px;}
.tx_size30{ font-size: 30px;}
.tx_size32{ font-size: 32px;}
.tx_size34{ font-size: 34px;}

.tx_size40{ font-size: 40px;}
.tx_size42{ font-size: 42px;}
.tx_size44{ font-size: 44px;}
.tx_size46{ font-size: 46px;}

.tx_white{ color:white;}
.tx_black{ color:black;}
.tx_red{ color:red;}
.tx_green{ color:green;}
.tx_blue{ color:blue;}
.tx_orange{ color:#ff8000;}
.tx_redwine{ color:#a51f54;}


::selection {
  color: black;
  background: #a51f54;
}
