body {
  background-color: #c95868;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
}

.logo {margin-top: 35px; width:80%;}

.line {width:40%; border: 1px solid #dc949e;}

.keno_small {margin-top: 40px;}
.keno_mid {margin-top: 80px;}
.keno_big {margin-top: 120px;}

h2 {font-size: 30px;}
h1 {font-size: 60px;}


.catalogMasterItem {font-size: 30px; margin-top: 30px;}
.catalogMasterImage {width:70%;}
.back {font-size: 28px; margin-top: 30px; font-weight: bold; word-spacing: 17px;}

.backToIndex {font-size: 22px; margin-top: 30px; font-weight: bold; word-spacing: 0px;}

.protuctImg {width:75%;}
.dataImg {width:75%;}

.mainBox { width: 100%; text-align: center; margin:auto; /*border: 1px solid red;*/}

.formBox { width: 400px; text-align: center; margin:auto; }
p.formFieldNames { font-size: 16px; font-style: italic; font-weight: bold; text-align: left; margin: 10px 0px 5px 0px;}
.formField { font-size: 16px; width: 96%; height: 38px; text-align: left; margin: 0px 0px 20px 0px;  border-radius: 6px; padding-left: 12px;}
.formFieldShortBox { width: 96%; text-align: left; margin: auto; }
.formFieldShort { font-size: 16px; width: 60%; height: 38px; margin: 0px 0px 20px 0px; border-radius: 6px; padding-left: 12px;}
.formSubmit { width: 49%; float: left; text-align: left; margin: 22px 0px 35px 0px;}

.submitBtn { background: #ac4b59; border: none; width: 100px; height: 40px; font-size: 17px; font-weight: bold; border-radius: 10px; font-family: Arial, Helvetica, sans-serif; color: white;}

.theTextArea {width: 96%; height: 200px; border-radius: 12px; padding: 12px; font-size: 16px;}
p.subThree { font-size: 17px; font-weight: bold; padding: 0px; margin: 20px 0px 10px 0px;}


a.one:link {color: #f9b1bb; text-decoration: none;}
a.one:visited {color: #f9b1bb; text-decoration: none;}
a.one:hover {color: white; text-decoration: underline;}

a.two:link {color: white; text-decoration: none;}
a.two:visited {color: white; text-decoration: none;}
a.two:hover {color: white; text-decoration: underline;}

.ctlg {margin-top: 20px;}
.button {
    word-spacing: 17px;
    font-family: Arial, Helvetica, sans-serif;
    width:50%;
  background-color: #ac4b59;
  border: none;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 36px;
  border-radius: 12px;
}



.clear { clear: both; }