
body {
	
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.55;
  line-height: 26px;
  letter-spacing: normal;
  color: #000000;
}

* {
	
  border: 0;
  padding: 0;
  margin: 0;
}

/*
.NORMAL {
	
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 17px;
  font-weight: normal;
  line-height: 155%;
  letter-spacing: normal;
  color: #000000;
}
*/

/*
h2,
.h2 {
  font-size: 70px;
  line-height: 65px;
  margin: 40px 0;
}
*/

textarea, input[type="text"] {
	
  border: 1px solid rgb(169, 169, 169);
  width: 290px;
  height: 30px;
  text-indent: 5px;
  background: #FFFFFF;
}


